This Repository contains Restaurant Food Web website home page , which require more slides/section to be added in it to complete the website . If you are someone who has just started his/her journey in web dev then you should surely try to work on the issues of the projects as they are extremely beginner friendly , you can add the section using your creativity. Also, you can add new section if you want. The main aim of this Repository is to introduce you to open source and know the importance of project-based learning.
-
Star ⭐
-
Fork
-
Clone the forked repository.
git clone https://github.com/<your-github-username>/Restaurant-FoodWeb
- Navigate to the project directory.
cd Restaurant-FoodWeb
- Create a new branch.
git checkout -b <your_branch_name>
-
Make changes.
-
Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull Request.
-
Congratulations! 🎉 you've made your contribution.