Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.31 KB

Movie App

This is a responsive web app. It allows users to search for movies based on a title. Then it displays a list of movies, each displaying information about the corresponding movie.

Available screens

  • Search
  • Featured

Search Page

Users can search for movies based on the title. This displays a list of movies, each displaying information about the corresponding movie:

  • Poster
  • Title (Released)
  • Year
  • Awards
  • Type
  • Rated
  • Genre
  • Director
  • Actors
  • Plot (full)

The movie plot can be either set to display in full or short during search.

For plots in full, there is a read more / read less functionality.

Screenshots

Search Page on Desktop Search Page on iPhone 12 Pro

Featured Page

Featured page displays two predefined movies with these information:

  • Title
  • Year
  • Awards
  • Poster
  • Plot (full)

Screenshots

Featured Page on Desktop Featured Page on iPhone 12 Pro

Installation

git clone https://github.com/dkay92ad/display-movie.git

npm install

npm start / npm run build