A webpage that can search OMDB for movies, and allow the user to save their favourite films they feel should be up for nomination. When they've selected 5 nominees they should be notified they're finished.
Link to app can be found here
- Search OMDB via API
- Display just the movie results
- Add a movie from the search results to our nomination list
- View movies already nominated
- Remove a nominee from the nomination list
- Persist nominee list if we leave the page
- Displays an alert/banner when the user has 5 nominations
- React (create-react-app)
- TailwindCSS
- Axios
- Fork the repository & clone
git clone
- Install dependencies using the npm install command.
npm i
- Navigate into the projects directory and run CRA.
npm start