Clone or download the repo.
Open terminal and navigate to client
, run npm install
to install dependencies.
Open terminal and navigate to the server
folder run npm install
to install dependencies.
Run npm start
in the server
folder to launch the server with node
.
Run npm run server
in the server
folder to launch the server with nodemon
.
Open the index.html file in the client
folder in your preferred browser.
Client deployed with Vercel - https://loveislandreacts.vercel.app/ Server deployed with Haroku - https://island-reactions.herokuapp.com/posts
[x] Add basic functionality for creating post
[x] fetch giphy API
[x] Buttons work on front-end
[x] Adding files again, due to Github crashing
Getting the GIPHY API to work Getting the functionality for the reaction buttons Github recovery
Working with multiple branches and having client and server not separated Server Side tests Testing Page refreshing - event.preventDefault