- Introduction📌
- Technology Used🚀
- Getting Started💥
- Code Of Conduct📑
- Project Admin⚡
- Contributing is fun🧡
Scene is a OTT platform clone, similar to popular streaming services like Netflix or Hulu. It is built using React.js for the frontend and Firebase for the backend services.
User Authentication: Users can sign up, log in, and manage their accounts. Firebase Authentication is used to handle user authentication and account management.Media Catalog: The platform provides a catalog of movies, TV shows, and other media content. Users can browse and search for their favorite shows or movies.
Media Details: Each media item has its own dedicated page with details such as title, description, genre, and rating.
User Profiles: Users can create personalized profiles and manage their watchlists, favorites, and viewing history.
Live Project -- (https://scene-movie-platform.vercel.app/)
- Fork this Repository.
- Clone the forked repository in your local system.
git clone https://github.com/<your-github-username>/Scene-Movie-Platform.git
-
View the Live Project here.
-
Raise an issue if you find a bug or add a feature.
-
Wait for the issue to be assigned and proceed only after the issue is assigned to you.
-
Navigate to the project directory.
cd Scene-Movie-Platform
- Create a new branch for your feature.
git checkout -b <your_branch_name>
- Perfom your desired changes to the code base.
- Track and stage your changes.
# Track the changes
git status
# Add changes to Index
git add .
- Commit your changes.
git commit -m "your_commit_message"
- Push your committed changes to the remote repo.
git push origin <your_branch_name>
- Go to your forked repository on GitHub and click on
Compare & pull request
. - Add an appropriate title and description to your pull request explaining your changes and efforts done.
- Click on
Create pull request
. - Congrats! 🥳 You've made your first pull request to this project repo.
- Wait for your pull request to be reviewed and if required suggestions would be provided to improve it.
- Celebrate 🥳 your success after your pull request is merged successfully.
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code.
GSSoC '23 |
Sourabh Sikarwar |