Can't you just decide which movie you want to watch with your friend and watch it together? Well, If you enter the genre that you like, we will find movies for you according to your preferences.
- HTML
- CSS
- JavaScript
- BootStrap
- React
- API used - The Movie DB (TMDB)
Download the repository using:
git clone https://github.com/2802AdityA/What-to-Watch
Change the directory:
cd What-to-Watch
Get API key from TMDB:
- Make an account on TMDB website by going to this link.
- If you already have an account login through this link.
- In the profile settings go to API section and request for an API or you can easily access it from here.
Download the dependencies:
npm install
Run the app in the development mode:
npm start
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.