Food Recipe is a food store website that helps customers find good recipes at affordable prices with genuine products. It provides an exceptional dining experience that combines delectable cuisine, warm ambiance, and exceptional service.
Features Updates customers about daily special offers. Provides the facility to order food online. Technology Stack 💻 The technologies used in this project are:
- JavaScript
- CSS3
- HTML5
- Microsoft Azure
- UI/UX
Find or Create an Issue: Browse the existing issues or create a new one if you have a suggestion or find a bug. Wait until the issue is assigned to you.
1.Fork the Repo: Fork the Food Recipe repository to your GitHub account by clicking the "Fork" button in the top right of this page.
2.Clone the Repo: Clone the forked repository to your local machine using the following command:
git clone https://github.com/<your-username>/food-recipes-website.git
Note: Replace your-username with your actual GitHub username.
3.Change the Present Working Directory: Navigate to the cloned repository using the following command:
cd food-recipes-website
4.Create a New Branch: Create a new branch in your forked repository to work on your changes:
git checkout -b branch-name
Make Your Contribution: Make the necessary changes as per the assigned issue.
- Run the following commands to check the changed files.
git status
- RUn the following command to add the changed files to the staging area.
git add .
or
git add <filename1> <filename2>
- Commit your changed files
git commit -m 'Your message'
4.Push the changes.
git push origin branch_name
✏️ Open a Pull Request: Open a pull request from your branch to the main Food-Recipe repository.
- Provide a clear description of the changes you've made. Add screenshots or videos to your Pull Request to help us understand the effects of the changes proposed in your PR.
✏️ Review and Merge: Wait for your PR review and approval from the maintainers. Once approved, it will be merged into the main repository.
-
Once an issue is assigned,the assignee is expected to submit a pr for review within a week of the assignment.
-
If the assignee fails to comply with the deadline, the issue will be assigned to the next person who had who had requested to be assigned.
-
Contributors can update existing documentation, write new documentation for features or code and improve the overall organisation and clarity of the projects documentation.
-
Minor bug fixes refer to fixing small isolated issues in the codebase.
-
Fixing issues such as typos, broken links, or minor performance problems.
-
Bug fixes are an important part of maintaining stability of and reliability of of an open-source project and every bug fix, no matter how small, contributes to the overall health of the project.
-
Feature or enhancement contributions refer to adding new functionality to an open source project.
-
Contributors can add new features, improve existing features, or add new functionality to existing features.
- Core contributions, such as implementing major features or refactoring significant parts of the codebase. This needs a deep understanding of the codebase and its patterns.
We appreciate your contributions!! Happy Coding!! 🤍
Thank you to all the amazing contributors who have made this project possible, Keep up the great work! Happy Coding! 🤍