Skip to content

ozng/MovieApp---React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie App

This application was created using TMDB and is intended to be used in my portfolio.

Technologies

Node v16.16.0

Link

Movie APP - Netlify

Movie-App

Description

Get popular, top rated and upcoming movies.

Get popular people.

Search for a movie.

Get movie details including videos, pictures and similar movies.

Get people details including profile and tagged pictures, movies list.

Next features

Login-Sign in.

Create lists.

Installation

Create an account on The Movie DB.

Get your api key here.

Create .env file at the root of your project.

Root

Paste the code below in to .env

REACT_APP_API_KEY = PASTE YOUR API KEY HERE...
REACT_APP_API_URL = https://api.themoviedb.org/3
REACT_APP_IMG_URL = http://image.tmdb.org/t/p

Open your terminal and go to root of the project;

Ctrl + J will open a terminal at your root on VS Code.

Rootfile

To run the command below, you need to install Node.

Run npm install and wait for installation to complete.

Run npm start

npm start

It'll open your browser, if not open your browser and go to http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published