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.
- Search
- Featured
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.
Featured page displays two predefined movies with these information:
- Title
- Year
- Awards
- Poster
- Plot (full)
git clone https://github.com/dkay92ad/display-movie.git
npm install
npm start / npm run build