Skip to content

pratyaksh1610/Quiz_App

Repository files navigation

🚀 Quiz App

🎁 Hacktoberfest 2024

🎯 Let's celebrate Hacktoberfest by getting involved in the open source community and start your journey in open source.

🎯 This repository is open to all the members of the GitHub community. Feel free to contribute to this repository.

🏷️ What is Hacktoberfest ? 💻

➡️ Hacktoberfest is a month-long celebration of open source software run by DigitalOcean.

➡️ During the month of October, they invite you to join open-source software enthusiasts, beginners, and the developer community by       contributing to open-source projects.

➡️ So, make your contributions to make this Hacktoberfest a success, with a chance to receive cool swags and give yourself a       headstart in your open source journey.

🏷️ Participation Rules 📝

➡️ Pull requests can be made to any public repository on GitHub, look for the "hacktoberfest" topic to know whether the project is participating or not. The pull request must contain commits you made yourself.

➡️ If a maintainer reports your pull request as 🔴 spam , it will not be counted towards your participation in Hacktoberfest.

➡️ If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.

🏷️ Rules Regarding Submission of PR 🔖

➡️ Participant can contribute anything he wishes for.

➡️ Make sure to pull request in the respective folder.

➡️ Your PR must be valid.

➡️ Don't just copy and paste code from other website/blogs .

➡️ Submitting someone else work will be reported as 🔴spam.

🏷️ Getting Started

  • First, fork the repository (Click the Fork button in the top right corner of the page).
  • Clone the forked repository to your local machine.
https://github.com/your-username/Quiz_App.git
  • Add upstream URL
https://github.com/pratyaksh1610/Quiz_App.git
  • Create a new branch
git checkout -b branch_name
  • Make your contribution
  • Commit and push the changes
git add .
git commit -m 'Relevant message'
git push origin branch_name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and approval from the maintainers.
  • ⭐ this repository if you liked it.

License

MIT License
Copyright (c) 2022 Pratyaksh Khurana
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.