Skip to content

A web app to browse movie details using TMDB api

Notifications You must be signed in to change notification settings

Div7195/MovieVerse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieVerse

A web app through which user can see details of various movies. Frontend inspiration from TMDB website

Main features:

  • Sort movies by popularity, top rated, upcoming etc.
  • Sort movies by genre
  • See detailed description about any movie including cast, videos, trailers, reviews, etc.
  • Authentication
  • Search any movies by keywords
  • Add to watchlist
  • Mark any movie as favorite

Tech used

  • ReactJS
  • Material UI package
  • MongoDB Atlas as database
  • NodeJS Express for server
  • Axios library
  • TMDB API for fetching all kinds of details related to movies