Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brijenmakwana/shoppinglist
This project is a Mobile App to mange your shopping list. You can add new items for shopping, check or uncheck them and even delete it. All the data are stored in Firebase.
https://github.com/brijenmakwana/shoppinglist
crud-application expo firebase firestore react-native typescript
Last synced: 29 days ago
JSON representation
This project is a Mobile App to mange your shopping list. You can add new items for shopping, check or uncheck them and even delete it. All the data are stored in Firebase.
- Host: GitHub
- URL: https://github.com/brijenmakwana/shoppinglist
- Owner: BrijenMakwana
- Created: 2022-03-09T03:14:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T10:16:47.000Z (almost 3 years ago)
- Last Synced: 2024-10-25T05:55:38.508Z (3 months ago)
- Topics: crud-application, expo, firebase, firestore, react-native, typescript
- Language: TypeScript
- Homepage: https://play.google.com/store/apps/details?id=com.brijenmakwana.ShoppingCart
- Size: 907 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart
This project is a Mobile App to mange your shopping list. You can add new items for shopping, check or uncheck them and even delete it. All the data are stored in Firebase. This project performs all the CRUD operation with Firebase Firestore.
***Download the app from [Play Store](https://play.google.com/store/apps/details?id=com.brijenmakwana.ShoppingCart)***
## Screenshots
## Features
- You can add new shopping items.
- It allows you to check/uncheck any item.
- You can delete items.
- You get the total number of items present in your list.
- Data will be stored in Firebase.
- It performs all CRUD operations.## Technology and Tools
- React Native
- Expo
- Firebase 9
- Typescript