Skip to content

Commit 9f4609f

Browse files
author
Leshoraa
committed
Merge remote-tracking branch 'origin/main'
2 parents 91fccef + 911a0cc commit 9f4609f

File tree

1 file changed

+48
-14
lines changed

1 file changed

+48
-14
lines changed

README.md

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ListShop Android
1+
# ShopList Android
22

3-
**ListShop** is a sleek and modern offline Android application designed to help users manage their shopping routines more efficiently. The app integrates smart AI capabilities to assist with product identification and description generation, all while maintaining a clean and minimalist user interface.
3+
**ShopList** is a sleek and modern offline Android application designed to help users manage their shopping routines more efficiently. The app integrates smart AI capabilities to assist with product identification and description generation, all while maintaining a clean and minimalist user interface.
44

55
## ✨ Features
66

@@ -9,32 +9,66 @@
99

1010
- 🛒 **Smart Market List with RecyclerView**
1111
Organize your shopping experience by creating a list of **markets/stores**, each containing:
12-
- 📦 A list of purchased products.
13-
- 📝 A to-do checklist for items you plan to buy.
12+
- 📦 A dynamic product list with individual **quantity counters**.
13+
- 📝 A built-in **shopping checklist** that helps you keep track of what you need to buy — check off items as you go!
1414

15-
- ✍️ **Full CRUD Functionality**
16-
Easily **Create, Read, Update, and Delete** markets, products, and to-do items.
15+
- 🧾 **Market-to-Cart Flow**
16+
Upon launching the app, you're prompted to create a list of **markets or stores** you plan to visit.
17+
Each market acts as a separate entry point.
18+
When selected, it opens a dedicated **shopping cart screen** where you can manage the items to be purchased from that specific market.
1719

18-
- 📶 **Completely Offline**
19-
No internet connection is required. All data is stored locally on your device.
20+
- ✍️ **Full Data Control (CRUD)**
21+
Effortlessly manage your data with:
22+
- ➕ Add new markets, products, and to-buy items.
23+
- 📝 Edit and update existing entries.
24+
- 🗑️ Delete unwanted items or entire lists.
25+
- 📖 View and review your complete shopping list anytime.
26+
27+
- 📶 **Offline-First Architecture**
28+
No internet required — all your shopping data is stored securely and locally on your device.
2029

2130
- 💡 **Smooth Animations**
22-
Enjoy fluid and responsive UI transitions that enhance the overall user experience.
31+
Experience responsive UI transitions that make every interaction feel natural and intuitive.
2332

2433
- 🎨 **Modern Minimalist Design**
25-
Simple, intuitive layout for a clutter-free and user-friendly experience.
34+
A clean, pastel-themed interface with thoughtful typography and padding ensures maximum usability with a relaxing look and feel.
2635

2736
---
2837

2938
## 📱 Screenshots
3039

31-
> *Screenshots coming soon. Please check back later for visual previews!*
40+
<table>
41+
<tr>
42+
<td align="center">
43+
<img src="https://github.com/user-attachments/assets/b121786f-8696-41a2-8b42-f1a4b595c71e" width="200px"/><br>
44+
<strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">Home</strong>
45+
</td>
46+
<td align="center">
47+
<img src="https://github.com/user-attachments/assets/fc6143cd-c124-46dd-bc18-8dd64e218f98" width="200px"/><br>
48+
<strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">List Activity</strong>
49+
</td>
50+
</tr>
51+
<tr>
52+
<td align="center">
53+
<img src="https://github.com/user-attachments/assets/3703275f-cc92-458f-a9fb-cecee22fcdf2" width="200px"/><br>
54+
<strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">Update</strong>
55+
</td>
56+
<td align="center">
57+
<img src="https://github.com/user-attachments/assets/b0351e22-29f7-40f3-8194-596e7ca0591c" width="200px"/><br>
58+
<strong style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">Add Item</strong>
59+
</td>
60+
</tr>
61+
</table>
3262

3363
---
3464

3565
## 📥 Demo App
3666

37-
> A public APK is not yet available. Stay tuned for the upcoming beta release!
67+
You can try the latest beta version of the app by downloading the APK file below:
68+
69+
➡️ **[ShopList APK (v0.9-beta)](https://github.com/Leshoraa/ShopList-Android/releases/download/v0.9-beta/ShopList.apk)**
70+
71+
> ⚠️ *This is a beta release and may contain bugs. Feel free to report issues or feedback!*
3872
3973
---
4074

@@ -53,7 +87,7 @@
5387
### 1. Clone the Repository
5488

5589
```bash
56-
https://github.com/Leshoraa/ListShop-Android.git
90+
https://github.com/Leshoraa/ShopList-Android.git
5791
```
5892

5993
### 2. Open in Android Studio
@@ -81,4 +115,4 @@ Feel free to submit **pull requests** or open **issues** for bugs, suggestions,
81115

82116
---
83117

84-
Thank you for checking out **ListShop Android**! Your feedback helps make it better.
118+
Thank you for checking out **ShopList Android**! Your feedback helps make it better.

0 commit comments

Comments
 (0)