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

https://github.com/alohadancemeow/mini_grocery_store


https://github.com/alohadancemeow/mini_grocery_store

firebase flutter

Last synced: 8 months ago
JSON representation

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:
![image](https://github.com/alohadancemeow/mini_grocery_store/blob/929288632db24ac00428bf9c1c0cadc5799a2101/lib/images/Screenshot%202024-02-27%20165345.png)

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