- A movie discovery web application that allows users to search for movies, view details about them, and save their favorite movies.
- This project is HNGx stage 2 task.
Live Link :: Go Live.
- Clone this repository.
- Install dependencies:
npm install
. - Run the app:
npm run dev
. - Enjoy!
- Feature 1: Hero section with treading movies that changes on refresh of the page
- Feature 2: Search functionality that helps user to search movies by title and view the movies details on click of the searched movie
- Feature 3: Featured top 10 movies with their posters, titles and released dates
- Feature 4: Ability to favourite or unfavourite a movie
- Feature 5: Show the full movie details on click of the movie poster
If you want to contribute to this project, clone it, make your changes, create your branch, push and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.