https://github.com/paulocf92/rs-myshopping
React Native & Firebase study.
https://github.com/paulocf92/rs-myshopping
firebase react react-native typescript
Last synced: 3 months ago
JSON representation
React Native & Firebase study.
- Host: GitHub
- URL: https://github.com/paulocf92/rs-myshopping
- Owner: paulocf92
- License: mit
- Created: 2021-12-27T14:02:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T20:29:05.000Z (over 4 years ago)
- Last Synced: 2025-03-06T11:47:43.542Z (over 1 year ago)
- Topics: firebase, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
🛒 My Shopping App


Manage your products and receipt snapshots with ease.

# 🚀 About the project
**My Shopping** is a study app that focus on offering CRUD operations for a list of products and managing pictures in a outside source. All of the operations, both database and storage, are held on Firebase.
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/)! 😊