yuzakki / Movie-Search-App

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

Home Page:https://movie-search-app-hassan.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://movie-search-app-hassan.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 74.4%Language:CSS 24.2%Language:HTML 1.4%