Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1007 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 1007 Bytes

Movie Web App

This is a Movie App built in ReactJS. It uses open [The Movie Database (TMDb) API] (https://www.themoviedb.org/documentation/api) to display data.

Live Demo

[TMDb Movie App] (https://namkwon.github.io/reactdemo/)

Features

  • List popular movies
  • Search movies by title
  • Auto-suggest movie title for search function
  • View detail movie info including poster, casts, trailers

Technical Notes