Skip to content

t-pyrope/movie-catcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Catcher

A simple website of movies.

Check how it looks like here: movie-catcher.netlify.app

I'm using a free API-key from TMDB, and image for 404 from Muhammad Ali

Usage

  1. Get the project to your computer
git clone https://github.com/t-pyrope/movie-catcher.git
cd movie-catcher
npm install
  1. Get the API-key: you need to register on TMDB to get it.
  2. Create .env file inside the root folder and put your key inside:
REACT_APP_MOVIE_API_KEY=*************************

Running the website in the development mode

npm start

Open http://localhost:3000 to view it in the browser.

About

A simple website of movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published