Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T07:27:58.000Z (over 1 year ago)
- Last Synced: 2024-10-13T08:23:17.410Z (about 1 month ago)
- Topics: app, firebase, food-delivery, hactoberfest, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 19 MB
- Stars: 12
- Watchers: 4
- Forks: 14
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CalZo - Food Delivery App
![Issues](https://img.shields.io/github/issues/bharat-1809/fooddelivery_app)
![Pull Requests](https://img.shields.io/github/issues-pr/bharat-1809/fooddelivery_app)
![Forks](https://img.shields.io/github/forks/bharat-1809/fooddelivery_app)
![Stars](https://img.shields.io/github/stars/bharat-1809/fooddelivery_app)
[![License](https://img.shields.io/github/license/bharat-1809/fooddelivery_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).