Skip to content

AbdulAzizi/react-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

1) API key

This project is using The Movie DB API To get new api key follow the instructions from the following link:
https://developers.themoviedb.org/3/getting-started/introduction
or
use my API key: 94bc488b4b35d80b4ccf287660919df4

2) .env.local

To use api key we have to store it in .env.local file
Create .env.local file in root folder
Paste API key like so
REACT_APP_API_KEY = your api key

3) npm install

Download all necessary packages that are listed in package.json

4) UI Documentation

Run npm run storybook \ Open http://localhost:6006 View UI documentation in the browser

5) 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published