https://github.com/paulocf92/gopizza
RS Ignite's React Native Trail Extension. Pizza Delivery app powered by Firebase.
https://github.com/paulocf92/gopizza
firebase mobile react react-native styled-components typescript
Last synced: 3 months ago
JSON representation
RS Ignite's React Native Trail Extension. Pizza Delivery app powered by Firebase.
- Host: GitHub
- URL: https://github.com/paulocf92/gopizza
- Owner: paulocf92
- Created: 2022-03-20T18:59:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T23:29:01.000Z (about 4 years ago)
- Last Synced: 2025-07-31T05:59:45.546Z (11 months ago)
- Topics: firebase, mobile, react, react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 5.98 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🍕 Go Pizza


Manage your pizzas and deliver them in the snap of a finger!

# 🚀 About the project
**Go Pizza** is a study app that offers basic CRUD operations for a pizza delivery solution. This app is powered by Firebase with authentication, realtime database (Firestore) and file storage.
Main technologies used:
- ⭐ React Native
- ⭐ Firebase (BaaS)
- Firestore
- Storage
- Authentication
Additional libs:
- Styled Components
# ⚙️ Installing and Running
Install dependencies, make sure Firebase is correctly set up for the project and start React Native environment.
```bash
# install dependencies
$ yarn install
# set up your app to work with firebase's firestore, storage and authentication
# run react native bundler
$ yarn start
# run app on the device
$ yarn android
# or
$ yarn ios
```
## 📝 License
This project is under MIT license.
Made with ❤️ by [Paulo Filho](https://www.linkedin.com/in/paulocf92/)! 😊