Skip to content

Commit 99677e2

Browse files
committed
🚀 Update README for Drinks challenge
1 parent 0a6d07c commit 99677e2

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

drinks_selection_screen/README.md

+26-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
1-
# drinks_selection_screen
1+
# Drink Swipe Screen
22

3-
A new Flutter project.
3+
## Challenge 4
44

5-
## Getting Started
5+
This challenge creates a dynamic drink selection screen with a swipe effect between drinks. It provides users with a visually engaging way to explore and select drinks, updating price information dynamically.
66

7-
This project is a starting point for a Flutter application.
7+
## Demo
88

9-
A few resources to get you started if this is your first Flutter project:
9+
Watch the demo of the app in action:
1010

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
11+
[Drink Swipe Demo](https://youtube.com/shorts/hob8umTBZ2Y?si=I6xUtYyWf9ItcPsg)
12+
13+
14+
## Screenshots
15+
16+
| Screenshot 1 | Screenshot 2 | Screenshot 3 |
17+
| ------------ | ------------ | ------------ |
18+
| ![Screen 1](media/screen1.jpg) | ![Screen 2](media/screen2.jpg) | ![Screen 3](media/screen3.jpg) |
19+
20+
## Data 🤒
21+
22+
This screen uses various drink images to enhance user experience with swipe effects. They are collected through the HighLand menu.
23+
24+
https://www.highlandscoffee.com.vn/
25+
26+
27+
<div align="center">
28+
29+
#### Made by Flutter <img src="https://raw.githubusercontent.com/Flutter-Journey/.github/refs/heads/main/media/flutter_icon.png" height="15"> with Love ❤️ | Developed by [ChunhThanhDe](https://github.com/chunhthanhde)
30+
31+
</div>
1332

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)