https://github.com/bharat-1809/calzo
🍕Calzo - a food delivery app
https://github.com/bharat-1809/calzo
app firebase food-delivery hactoberfest javascript react-native
Last synced: over 1 year ago
JSON representation
🍕Calzo - a food delivery app
- Host: GitHub
- URL: https://github.com/bharat-1809/calzo
- Owner: bharat-1809
- License: mit
- Created: 2020-03-17T07:23:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T07:27:58.000Z (over 3 years ago)
- Last Synced: 2025-03-18T02:51:35.864Z (over 1 year ago)
- Topics: app, firebase, food-delivery, hactoberfest, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 19 MB
- Stars: 12
- Watchers: 3
- Forks: 13
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CalZo - Food Delivery App




[](https://github.com/bharat-1809/fooddelivery_app/blob/master/LICENSE)
### Mockups



## How to Contribute?
**1.** fork [this](https://github.com/bharat-1809/fooddelivery_app) repository.
**2.** Clone the forked repository.
```terminal
git clone https://github.com//fooddelivery_app
```
**3.** Navigate to the project directory.
```terminal
cd calzo
```
**4.** Create a new branch.
```terminal
git checkout -b
```
**5.** Make changes in source code.
**6.** Commit your changes.
```terminal
git add .
git commit -m ""
```
**7.** Push your local branch to the remote repository.
```terminal
git push -u origin
```
**8.** Create a Pull Request!
##### NOTE
**Remember to add "Fixes #Issue_Number" in the Pull Request so as to link the PR with the issue**
**Congratulations!** you've made your contribution to [CalZo](https://github.com/bharat-1809/calzo).