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.
- 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.
Access the UsePopcorn website here.
- React
- OMDB API
- Custom Hooks
- Clone the repository:
git clone https://github.com/Tjanelidze/usepopcorn-project
- Install dependencies:
npm install
- Start the development server:
npm start
- Tedo Janelidze - GitHub
- Jonas Schmedtmann - For the React course and guidance.