Skip to content

bitwisebro/Movie-Search-Engine

Repository files navigation

Movie Search Engine

Overview

Movie Search Engine is a web application that allows users to search for movies & add it as favorite.

Features

  • Search Movies: Quickly search for movies by title.
  • Favorite Movies: Save your favorite movies for easy access later.

Technologies Used

  • React with Vite

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/movie-search-engine.git
  2. Navigate to the project directory:
    cd movie-search-engine
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start

Usage

  1. Open the application in your browser at http://localhost:5173/.
  2. Use the search bar to find movies.
  3. Use heart button to add movie as favorite

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push to your branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

About

Movie Search Engine is a web application that allows users to search for movies & add it as favorite.

Topics

Resources

License

Stars

Watchers

Forks