- Introduction
- Link to website demo
- Tech Stack
- Prerequisites
- Installation
- Running the application
- APIs
A simple Web App built using React library used to search for your favorite movies using a movie database API, put them in a watchlist to watch later or mark them as watched.
Install the following prerequisites:
From the root directory run:
npm install
2. Subscribe to APIs mentioned in APIs
Click on the mentioned link and:
- Login on RapidAPI
- Click the blue Subscribe to Test button
- Paste the API keys into the required variable inside the .env file
From the root directory run:
npm start