A modern and interactive web application that allows users to browse movies from the popular MovieDB API. With the MovieDB Browser, users can explore movies by different genres, sort them alphabetically, and access details about each movie.
These instructions will guide you through setting up the project locally.
Clone the Repository:
git clone https://github.com/yourusername/moviedb.git
cd moviedb
Install Dependencies:
npm install
Create Environment Variables:
Create a .env
file in the root directory and add your MovieDB API key:
VITE_API_KEY=your_api_key_here
Start the Development Server:
npm run dev
The application should now be running on http://localhost:3000.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
Fork the Repository: Click the 'Fork' button at the top right of this page.
Clone your Fork:
git clone https://github.com/yourusername/moviedb.git
cd moviedb
Create a Feature Branch:
git checkout -b feature/your-feature
Make your Changes and commit:
git commit -m "Add some feature"
Push to GitHub:
git push origin feature/your-feature
Create a New Pull Request: Go to your fork on GitHub and click the 'New Pull Request' button.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Happy coding!