A UsePopcorn app lets users find and rate movies and keep a custom list of the movies they've seen. A user can obtain extensive movie details, including genre, cast, director, ratings, and more.
App utilizing the Open Movie Database API.
Data Storing in LocalStorage.
You can try here: use-popcorn-reactjs-app.netlify.app/
- React JS
- Vite JS, ESLint, Prettier
- The Open Movie Database API
- Material UI Icons
- Deploying on Netlify
- Clone a project:
git clone
https://github.com/SimAndrew/use-popcorn-react.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install
- Run the project, enter into the terminal:
npm run dev


