https://github.com/simandrew/use-popcorn-react
Use Popcorn React JS App
https://github.com/simandrew/use-popcorn-react
Last synced: 3 months ago
JSON representation
Use Popcorn React JS App
- Host: GitHub
- URL: https://github.com/simandrew/use-popcorn-react
- Owner: SimAndrew
- Created: 2024-01-11T17:23:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-28T17:02:11.000Z (over 1 year ago)
- Last Synced: 2025-01-12T11:32:14.968Z (4 months ago)
- Language: JavaScript
- Homepage: https://use-popcorn-reactjs-app.netlify.app/
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Use Popcorn React App.
---
### About:
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/](https://use-popcorn-reactjs-app.netlify.app/)
---
### Sample task, photo:
- Find and rate a movie
- View the movie's rating.

---
### Technologies:
- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [The Open Movie Database API](https://www.omdbapi.com/)
- [Material UI Icons](https://mui.com/material-ui/material-icons)
- [Deploying on Netlify](https://www.netlify.com/)### Run the app:
- 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
```