A Simple Movie Application using React JS ,allows the user to search and filter movies they want from the MovieDB API. This is a responsive web application for viewing in both Mobile and Desktop.
Check out a live demo demo
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/SurajG20/Cinemato.git
cd your_path/Cinemato
npm install
Step 4: Set your api key environment variable(.env). Get an auth token from TheMovieDb
VITE_APP_TMDB_TOKEN=your_auth_token
npm start