This is a project built as part of the HackYourFuture React module.
A movie discovery web application built with React.js The app uses TMDB
free API to fetch movie information.
The deployed version is available here
The App contains the following features:
-Browse popular movies, upcoming movies and top rated movies
-Search for movies by title
-Add and delete movies from the watchlist
-Click on a movie card to see more detailed information (release date and duration and Genres and actors) on a separate movie page
git clone
npm install
npm run dev
