Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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