Movie Logger is a web-based application that allows users to search for movies by title and retrieve detailed information such as the release date, overview, ratings, and more. The application leverages The Open Movie Database (OMDb) API to fetch and display movie data in a user-friendly interface. Additionally, this project includes users to log and track movies they have watched, providing insights into their viewing history.
- This project works well while using Live Server extension in VS Code or any other servering related extension or also by hosting service.
- Movie Logger System:
- User authentication with a login page
- Tracks total time watched
- Displays top actors based on watched movies
- Maintains a stack of watched movies for easy reference includes movie information such as - Movie title, Poster image, Year of release, Genre, Director, Actors, Plot, Runtime
- Responsive Design: Optimized for different screen sizes.
- HTML: Provides the structure of the website.
- CSS: Handles the styling and layout.
- JavaScript: Fetches data from the OMDb API and manages user interactions.
- OMDb API: Used for retrieving movie data.
To run this project locally, ensure you have:
- A modern web browser (Chrome, Firefox, etc.)
- An active internet connection (for API calls)
-
Clone this repository:
git clone https://github.com/Slncsmr/Movie-Finder-Simple.git
-
Navigate to the project directory:
cd Movie-Finder-Simple -
Open index.html in your preferred browser.
No server setup is required to run this app, as it's a simple frontend app.
This app uses the OMDb API. To use the API, you need to get an API key:
- Create an account on OMDb.
- Go to API settings and generate your API key.
- Replace the placeholder API key in the JavaScript file (if required) with your own API key.
This project is open-source and available for modification and enhancement.