Movie Search Engine is a web application that allows users to search for movies & add it as favorite.
- Search Movies: Quickly search for movies by title.
- Favorite Movies: Save your favorite movies for easy access later.
- React with Vite
- Clone the repository:
git clone https://github.com/your-username/movie-search-engine.git
- Navigate to the project directory:
cd movie-search-engine
- Install dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser at
http://localhost:5173/
. - Use the search bar to find movies.
- Use heart button to add movie as favorite
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to your branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License.
- TMDB API for movie data.