The Shoppies is an application where users can search for movies based on their title and nominate up to 5 movies for awards.
- Either fork or download the app and open the folder in the terminal.
- Install all dependencies using the
yarn install
command. - Start the web server using the
yarn start
local command. The app will be served at http://localhost:3000/ - Go to http://localhost:3000/ in your browser and start searching for movies.
https://the-shoppies-awards.netlify.app/
- Click on the movie poster of the movie you want to nominate.
- Scroll down to see that the movie you selected is now in the nominations.
- Scroll down to look at your list of nominations.
- Click on the movie poster of the movie you want to remove.
- A user can search for movies based on title.
- A user can nominate a movie by clicking on it.
- A user can remove a movie from nominations by clicking on it.
- A user can navigate through the pages of movie results.
- State management with context API.
- Fetch movies from the OMDB API.
- Store selected movies in localStorage.
- React
- Axios
- React Transition Group
- Styled Components
- Use Reducer Logger (dev dependency)