An open API service indexing awesome lists of open source software.

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

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