rootkill-g / the-boring-school

MIT License
0 stars 3 forks source link
hacktoberfest

Progate August Webathon : Web Page for an Educational Institution

URL: https://rootkill-g.github.io/the-boring-school/

Since the pandemic, the teachers are feeling helpless as they are not able to keep their students updated. Being unfamiliar with technology, they have never taught their students this way. So to ease their difficulties, the-boring-school website is to be made as user-friendly as possible, so that the teachers can easily navigate to the website and put up a quiz and the students can be notified about it through the notification tab, upload content for their students, etc.

You are welcome to propose new ideas, and contribute. The process for this is:

  1. If you have a suggestion, open an issue and fill the details about it.
  2. Fork the repo by pressing the fork button.
  3. Clone your forked repo : (cli command): git clone https://github.com/your_name/the-boring-school.git
  4. Change directory by : cd the-boring-school
  5. Make your own branch : git checkout -b your_name (this will add your new branch and automatically move you to your new branch)
  6. Code. (all your creativity is welcomed)
  7. Add your changes : git add .
  8. Commit the changes : git commit -m "your comment about your edits"
  9. Alternatively, you may combine add and commit into: git commit -am "your comment about your edits" (only for existing files, not for new ones).
  10. Push the changes to your repository : git push origin your_branch_name
  11. Create a pull request.

You can also make changes to this README file.