Skip to content

Tjanelidze/usepopcorn-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UsePopcorn Movie Rating Website

Welcome to UsePopcorn, a movie rating website developed by Tedo Janelidze as part of a React course by Jonas Schmedtmann. This website utilizes the OMDB API to search for movies, display their ratings, allow users to rate movies, and add them to a watchlist.

Screenshots

UsePopcorn Screenshot

Features

  • Search Movies: Utilize the OMDB API to search for movies by title.
  • Display Movie Ratings: Fetch and display movie ratings from the OMDB API.
  • Rate Movies: Users can rate movies and provide their own ratings.
  • Watchlist: Add movies to a personal watchlist for future reference.
  • Custom Hooks: Implemented custom hooks like useMovies to efficiently fetch data from the OMDB API.

Website Link

Access the UsePopcorn website here.

Technologies Used

  • React
  • OMDB API
  • Custom Hooks

Usage

  1. Clone the repository: git clone https://github.com/Tjanelidze/usepopcorn-project
  2. Install dependencies: npm install
  3. Start the development server: npm start

Contributors

Acknowledgements

  • Jonas Schmedtmann - For the React course and guidance.