Checkout the live site here.
To get started clone/fork this repo.
- Clone this Repo.
git remote add origin git@github.com:shubhanggupta2000/movies-info.git
- Install all dependencies.
npm install
- Create your The Movies DB API Key and set it in the
.env
file.
REACT_APP_API_KEY="<<api key>>"
-
Obtain your API key by signing up on The Movies DB and navigating to your account settings under the 'API' section. Ensure the key is stored securely in the
.env
file and never shared publicly. -
Start the Application.
npm start