Skip to content

If you face any issues while retrieving movies, simply update the API key with a fresh one from https://omdbapi.com and replace it in .env file

License

Notifications You must be signed in to change notification settings

yuzakki/Movie-Search-App

Repository files navigation

Movie Search App

A simple web application for searching and exploring movies.

Table of Contents

About

The Movie Search App is a web application that allows users to search for movies and view details about each movie. It is built using React and Vite for fast and efficient development. The app utilizes the OMDb API to fetch movie data.

Features

  • Search for movies by title
  • Display movie details including title, year, plot, and poster
  • Rate movies
  • Add movies to your favorites list

Installation

To run the app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/yuzakki/Movie-Search-App.git
  2. Navigate to the project directory: cd Movie-Search-App
  3. Install dependencies: npm install

Usage

  1. Start the development server: npm run dev
  2. Open your browser and go to http://localhost:5173/ to use the app.