MovieReel allows users to explore movies, TV shows, and related content with ease, providing a rich and engaging experience for movie enthusiasts.
- Browse popular movies and TV shows.
- Search for movies, TV shows, people, and more.
- View detailed information including trailers, ratings, and reviews.
- Responsive design for an optimal mobile experience.
- User-friendly interface with intuitive navigation.
To get started with the MovieReel web app, follow these steps:
- Clone the repository:
git clone https://github.com/ghosnkarl/MovieReel.git
- Install the requirements
npm install
- Get API key from The Movie Database API and add it to the .env file:
VITE_APP_API_KEY=yourAPIKey
- Start the development server
npm run dev
Contributions are welcome! 🎉
- Fork the project.
- Create a feature branch (git checkout -b feature-name).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-name).
- Open a Pull Request.
For more information, please checkout the Contributions document.
This project is licensed under the MIT License. See the LICENSE file for more information.