https://github.com/alohadancemeow/mini_grocery_store
https://github.com/alohadancemeow/mini_grocery_store
firebase flutter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alohadancemeow/mini_grocery_store
- Owner: alohadancemeow
- Created: 2024-02-21T06:56:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T04:07:44.000Z (over 2 years ago)
- Last Synced: 2025-03-23T21:47:09.858Z (over 1 year ago)
- Topics: firebase, flutter
- Language: Dart
- Homepage:
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Mobile Application.
### Mini Grocery Store 🍉:
A small grocery store that serves fresh food for customers who want good health. 💪
- using flutter + firebase
🎏 Contain 4 pages:
- Intro page
- Home page
- Item detail page
- Cart page
📚 Features:
- Add item to cart
- Remove item from cart
- Check out
### Project structure (/lib)
```
─ lib
├── components
| ├── item_tile.dart
| └── my_floating_button.dart
├── firebase_options.dart
├── images
├── main.dart
├── models
| ├── item.dart
| └── item_images.dart
├── pages
| ├── cart_page.dart
| ├── home_page.dart
| ├── intro_page.dart
| └── item_detail.dart
└── services
└── firestore.dart
```
### Screenshot:

#### Source code: [Mini Grocery Store](https://github.com/alohadancemeow/mini_grocery_store.git) 🚀