https://magilo.github.io/the-shoppies/
This is a project submission for Shopify's challenge to create an app that manages movie nominations for their new movie awards show, the Shoppies.
- User can search for a movie using the movie title
- User can add and remove a nomination
- User will be alerted if they have already made five nominations
- User can come back later to see their nominations
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
http://localhost:3000/the-shoppies/


