https://github.com/vsbron/course-react2023-use-popcorn
React SPA that allows to search, rate and add movies to the collection
https://github.com/vsbron/course-react2023-use-popcorn
react
Last synced: about 1 month ago
JSON representation
React SPA that allows to search, rate and add movies to the collection
- Host: GitHub
- URL: https://github.com/vsbron/course-react2023-use-popcorn
- Owner: vsbron
- Created: 2023-10-10T14:18:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T13:18:54.000Z (over 2 years ago)
- Last Synced: 2025-01-11T23:47:07.573Z (over 1 year ago)
- Topics: react
- Language: JavaScript
- Homepage: https://vsbron-course-react2023-usepopcorn.netlify.app/
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usePopcorn app
React SPA that allows to search, rate and add movies to the collection
## Features
- Search field that allows to search a movie;
- Search results section that displays up to 10 items;
- Selected movie details list including poster, release date, actors, etc...
- Option to rate the movie with 1-10 stars;
- Option to add the movie to the watched movie list;
- Average ratings and runtime for watched movie list;
## Details
- Built fully in React with props and State;
- Basic CSS for styles;
- Move list is fetched from OMDB API;
- Selected movie details are fetched from OMDB API;
## Live version
https://vsbron-course-react2023-usePopcorn.netlify.app