This Movie App is a simple web application developed using HTML, CSS, and JavaScript. It allows users to browse current and new movie releases, displaying movie images, titles, ratings, and overviews fetched from an external API. Additionally, when hovering over a movie image, users can view a brief overview of the movie.
- Display current and new movie releases
- Show movie images, titles, ratings, and overviews
- Hover over movie images to view brief overviews
- HTML
- CSS
- JavaScript
This app fetches movie data from an external API. The API provides information about current and new movie releases, including images, titles, ratings, and overviews.
- Clone the repository to your local machine.
- Open the
index.htmlfile in a web browser. - Enjoy browsing current and new movie releases!
- Upon opening the web app, you will be presented with a list of current and new movie releases.
- Scroll through the list to view movie images, titles, and ratings.
- Hover over a movie image to view a brief overview of the movie.
- Click on a movie to view more details or navigate to an external source for more information.
This project utilizes data from an external API. Credits to the API providers for supplying movie information.
- Implement search functionality to allow users to search for specific movies.
- Add pagination to handle a larger number of movie releases.
- Enhance the UI/UX for a more visually appealing experience.