An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

🍕 Go Pizza


GitHub language count

Repository size


GitHub last commit

License

Stargazers

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

Go Pizza

# 🚀 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/)! 😊