A movie information displaying webapp built with JavaScript, implemented through the use of the Model-View-Controller (MVC) pattern/architecture.
Live demo
- Display of movie information, including current theater releases, top grossing films, and top rated films
- Genre filtering for movie selection
- Ratings, box-office and relevant information of movies
- Pagination for longer lists of movies
- Bookmarking feature to save favorite movies
- Search functionality to quickly find specific movies
- Responsive and modern UI design
- If you are interested in contributing to this project, please fork the repository and submit a pull request with your proposed changes.
- The Movie Database (TMDB) API for providing the data used in this project.