https://github.com/itschrislow/the-movie-db
https://github.com/itschrislow/the-movie-db
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itschrislow/the-movie-db
- Owner: itschrislow
- Created: 2021-01-13T03:31:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T18:47:09.000Z (over 4 years ago)
- Last Synced: 2024-10-12T09:29:26.861Z (8 months ago)
- Language: JavaScript
- Homepage: the-movie-db.chrislow360.vercel.app
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Movie Database
This Next.js application utilizes the API from TMDB to discover movies and make bookings along with Tailwind as the CSS framework.
### Getting Started
`yarn dev`
View the live site at https://the-movie-db-gules.vercel.app/
### Documentation
**/**
The homepage maps the MovieCard component which provides an overview of a Movie (includes title, popularity and poster). Movies are loaded 20 at a time when the bottom of the page is reached. Users are able to sort the movies alphabetically, by release date and popularity in ascending or descending order.
**/movie**
The movie details page displays the title, synopsis, genres, average vote, duration, original language and poster of the movie. It also allows the user to book the movie now at the cinema. Users are able to return to the home page by clicking on the back button or the TMDB logo.