Binge Buddy is a web application designed to help users discover and track their favorite movies. By leveraging AI, you can search based on your preferences. For example, if you want to watch movies that describe the meaning of life or the purpose of life but don't know the movie names, you can type your preference, and you will get AI-generated movie recommendations.
- Search Functionality: Easily search for any TV show or movie.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/binge-buddy.git cd binge-buddy
-
Install dependencies:
npm install
-
Create a
.env
file: Create a.env
file in the root directory and add your environment variables. For example:API_KEY=your_api_key_here
-
Run the application:
npm run dev
Once the application is running, open your browser and navigate to http://localhost:5173
to start using Binge Buddy.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, please contact atrikashow02@gmail.com.