Skip to content

Commit 254361e

Browse files
committed
πŸš‘ Add Media and README for challenge 3 #6
1 parent 79b23b8 commit 254361e

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

β€Žfoods_selection_screen/README.md

+28-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
1-
# foods_selection_screen
1+
# Foods Selection Screen
22

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

5-
## Getting Started
5+
This challenge presents a dynamic food selection interface, with dishes displayed in an engaging two-column layout. Each dish is represented as a card, and users can slide between different dish options for a seamless browsing experience.
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+
[Foods Selection Demo](https://youtube.com/shorts/MxfSHX-cTIU)
1312

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.
13+
<details>
14+
<summary> <em> Demo GIF </em> 🍴 </summary>
15+
<div align="center">
16+
<img src="media/demo.gif" alt="Demo GIF" style="max-height: 400px; width: auto;"/>
17+
</div>
18+
</details>
19+
20+
## Screenshots
21+
22+
| Screenshot 1 | Screenshot 2 | Screenshot 3 | Screenshot 4 | Screenshot 5 |
23+
| ------------ | ------------ | ------------ | ------------ | ------------ |
24+
| ![Screen 1](media/screen1.jpg) | ![Screen 2](media/screen2.jpg) | ![Screen 3](media/screen3.jpg) | ![Screen 4](media/screen4.jpg) | ![Screen 5](media/screen5.jpg) |
25+
26+
## Data πŸ₯—
27+
28+
Pizza in https://thepizzacompany.vn/
29+
30+
<div align="center">
31+
32+
#### 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)
33+
34+
</div>
27.3 MB
Loading
220 KB
Loading
224 KB
Loading
341 KB
Loading
266 KB
Loading
245 KB
Loading

0 commit comments

Comments
Β (0)