Updated 9/02/2020 by eric
Find something via gifs - Could be used for inspiration? maybe? Used GIPHY API to search and pull gifs: GIPHY API
Note
: Not hosted anywhere yet...Note2
: Needs refactoring...Note3
: This is mainly for learning...Note4
: Staring too long may cause headaches...
To run the application locally (requires npm, nodeJS, reactJS):
- Install npm modules via from
package.json
files from./client
,./backend
,./find-something
usingnpm install
- Change to the rooot directory via
cd findsomething
- Run script
npm start
- Open http://localhost:3000 to view it in the browser
Note
: Runs the app in the development mode.Note2
: Needs .env file for GIPHY API key - or make your own!