feraranas / FlickPicks-React-themoviedb

Just a simple website that connects to themoviedb API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlickPicks + React + themoviedb

Just a simple website that connects to Themoviedb API

For it to work, you must extract an API from https://www.themoviedb.org/


1. Click on Login

2. Go to your user settings & Click on API

3. Fill in with mock data & Retrieve an API Key

In the project directory, you can run:

touch .env

Inside .env paste : REACT_APP_MDB_API_KEY=<YOUR_API_KEY>

save and then in terminal run:

yarn install

yarn start

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


Results
imgWebpage imgWebpage imgWebpage imgWebpage

About

Just a simple website that connects to themoviedb API


Languages

Language:TypeScript 89.8%Language:MDX 5.7%Language:CSS 2.7%Language:HTML 1.8%