Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.55 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.55 KB

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.

Features

  • 🎬 Comprehensive movie and TV series details
  • 🌊 Stream content from various servers
  • 🍿 Watch trailers instantly
  • 🔍 Advanced search and filtering options
  • 📱 Responsive design for all devices

Contributing

We welcome contributions to make Scenic even better! Here’s how you can get involved:

  1. 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.
  2. Clone the Repository: Clone your forked repository to your local machine using git clone https://github.com/vanshaj-pahwa/scenic.git.
  3. Create a Branch: Create a new branch for your feature or bug fix using git checkout -b your-branch-name.
  4. Make Your Changes: Implement your feature or bug fix.
  5. Commit Your Changes: Commit your changes with a descriptive commit message using git commit -m "Description of your changes".
  6. Push to the Branch: Push your changes to your forked repository using git push origin your-branch-name.
  7. Create a Pull Request: Go to the original repository on GitHub and create a pull request to merge your changes.