/movieHub

Movie Discovery React-based web app for movie exploration with dynamic real-time search and detailed listings.

Primary LanguageJavaScript

MovieHub Logo

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/

Features

  • 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.

Getting Started

  1. Clone this repository to your local host.
    git clone https://github.com/ravikant-diwakar/movieHub
  2. Install dependencies using npm or yarn.
    npm install
  3. Start the development server.
    npm start
  4. Access the application in your browser at http://localhost:3000

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

Feel free to contribute and improve MovieHub!