Skip to content

A react application for discovering movies from TMBD.

Notifications You must be signed in to change notification settings

iftee/react-movie-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover

React Movie Database

A React application for discovering movies from TMBD database.

See the working example at https://iftee.github.io/react-movie-database/

Features

  • Discover the currently popular movies.
  • Search movies using movie name in homepage.
  • View movie storyline, trailer, cast, information etc. from movie pages.
  • Browse movies based on cast, director and writer.
  • Discover movies based on genre and release year.

Developer Instruction

After a fresh git clone, to install all node dependencies, use

npm install

If you do not have any key for TMDB API, get an API key and update the API_Key value in src/config.js file.

To start the development server, use

npm run start

To create a production build, use

npm run build

To deploy at github-pages environmet, use

npm run deploy

Future Plans

When I have free time:

  • Adding feature to pull review data
  • Adding feature to pull similar movies data

Tools Used

About

A react application for discovering movies from TMBD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published