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
- Get the project to your computer
git clone https://github.com/t-pyrope/movie-catcher.git
cd movie-catcher
npm install
- Get the API-key: you need to register on TMDB to get it.
- Create
.env
file inside the root folder and put your key inside:
REACT_APP_MOVIE_API_KEY=*************************
npm start
Open http://localhost:3000 to view it in the browser.