Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 826 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 826 Bytes

usePopcorn

usePopcorn is a react application that provides users with a way to explore movies, rate them, and manage their watched movies list. By leveraging the OMDB API (Open Movie Database), the app gains access to an extensive movie database, allowing users to quickly and easily find movie information, including genre, cast, director, ratings, and much more. This application is a part of a course offered by Jonas Schmedtmann. I built the application when i took the course.

Features

  • search movie
  • show movie details
  • rate movie and add to watched
  • remove movie from watched
  • show stats about your watched movies
  • use Enter key to start searching movie
  • use Esc key to close the movie detail
  • watched movies stored in browser local storage

Demo

usePopcorn Demo