MovieHub is a React application that allows users to search for movies, view movie details, rate movies, add them to a watched list, remove movies from the watched list, and view statistics about their watched movies.
Link |
---|
moviehub-react.vercel.app/ |
- Search Movie: Users can search for movies using the search bar.
- Show Movie Details: Clicking on a movie card displays detailed information about the selected movie.
- Rate Movie and Add to Watched: Users can rate movies and add them to their watched list.
- Remove Movie from Watched: Users can remove movies from their watched list.
- Show Stats about Watched Movies: Users can view statistics about their watched movies, such as the total number of movies watched and average rating.
- Clone this repository to your local host.
git clone https://github.com/ravikant-diwakar/movieHub
- Install dependencies using npm or yarn.
npm install
- Start the development server.
npm start
- Access the application in your browser at
http://localhost:3000
- React
- JavaScript
- HTML
- CSS
Feel free to contribute and improve MovieHub!