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.
git clone https://github.com/your_name/the-boring-school.git
cd the-boring-school
git checkout -b your_name
(this will add your new branch and automatically move you to your new branch)git add .
git commit -m "your comment about your edits"
add
and commit
into: git commit -am "your comment about your edits"
(only for existing files, not for new ones).git push origin your_branch_name
You can also make changes to this README file.