Scenic: Your gateway to endless entertainment universe
Welcome to Scenic, a web application that offers a complete entertainment experience by providing comprehensive details about movies and TV series through the TMDB API. Whether you’re seeking the latest blockbuster or a hidden gem, Scenic has got you covered. Stream content from various servers and watch trailers instantly to make your viewing choices even easier.
- 🎬 Comprehensive movie and TV series details
- 🌊 Stream content from various servers
- 🍿 Watch trailers instantly
- 🔍 Advanced search and filtering options
- 📱 Responsive design for all devices
We welcome contributions to make Scenic even better! Here’s how you can get involved:
- Fork the Repository: Click the "Fork" button at the top right of this page to create a copy of the repository in your GitHub account.
- Clone the Repository: Clone your forked repository to your local machine using
git clone https://github.com/vanshaj-pahwa/scenic.git
. - Create a Branch: Create a new branch for your feature or bug fix using
git checkout -b your-branch-name
. - Make Your Changes: Implement your feature or bug fix.
- Commit Your Changes: Commit your changes with a descriptive commit message using
git commit -m "Description of your changes"
. - Push to the Branch: Push your changes to your forked repository using
git push origin your-branch-name
. - Create a Pull Request: Go to the original repository on GitHub and create a pull request to merge your changes.