Skip to content

An IMDb clone, minus the ability to review movies. Built using React ⚛️ and the TMDb API.

Notifications You must be signed in to change notification settings

numannaeem/numdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

To run the app, clone the repo, "cd client", "npm install" and run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

API Used

TMDb API v3

Note: To run the app, you require an API key, which can be obtained from their website. Create a .env file in the client folder and copy the following:

REACT_APP_API_KEY=your-API-key 
REACT_APP_API_READ_ACCESS_TOKEN=your-API-read-access-token

About

An IMDb clone, minus the ability to review movies. Built using React ⚛️ and the TMDb API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published