Skip to content

shubhanggupta2000/movies-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie's Info App

1

Getting Started

To get started clone/fork this repo.

  • Clone this Repo.
git remote add origin [email protected]:shubhanggupta2000/movies-info.git
  • Install all dependencies.
npm install
REACT_APP_API_KEY="<<api key>>"
  • Start the Application.
npm start