Use React to create a movie list app! The levels get increasingly difficult and some refactoring may be necessary. Wireframes accompany each level to give you a better idea of what that level should include...
First install dependencies:
npm install
To create a development build:
npm run build-dev
Using live-server (from within your IDE as an extension or via the command line), serve the project. Make sure you are looking at index.html for a live version of the app OR if using nodemon -
nodemon server
OR simply -
node server/index.js
type a movie youd like to search and then simply add it to you unseen or seen list!