Skip to content

Movie Logger is a web-based application that allows users to search for movies by title and retrieve detailed information.

Notifications You must be signed in to change notification settings

Aravindhan-KS/Movie-Logger

Repository files navigation

Movie Logger

Overview

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.

Note

  • This project works well while using Live Server extension in VS Code or any other servering related extension or also by hosting service.

Features

  • 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.

Technologies Used

  • 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.

Setup Instructions

Prerequisites

To run this project locally, ensure you have:

  • A modern web browser (Chrome, Firefox, etc.)
  • An active internet connection (for API calls)

Steps to Run Locally

  1. Clone this repository:

    git clone https://github.com/Slncsmr/Movie-Finder-Simple.git
  2. Navigate to the project directory:

    cd Movie-Finder-Simple
  3. Open index.html in your preferred browser.

No server setup is required to run this app, as it's a simple frontend app.

API Key

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.

License

This project is open-source and available for modification and enhancement.

Feel free to contribute to this project by submitting issues or pull requests!

About

Movie Logger is a web-based application that allows users to search for movies by title and retrieve detailed information.

Topics

Resources

Stars

Watchers

Forks