A simple web application for searching and exploring movies.
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.
- Search for movies by title
- Display movie details including title, year, plot, and poster
- Rate movies
- Add movies to your favorites list
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/yuzakki/Movie-Search-App.git
- Navigate to the project directory:
cd Movie-Search-App
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:5173/
to use the app.