diff --git a/foods_selection_screen/README.md b/foods_selection_screen/README.md
index 90f9c0b..23ca97d 100644
--- a/foods_selection_screen/README.md
+++ b/foods_selection_screen/README.md
@@ -1,16 +1,34 @@
-# foods_selection_screen
+# Foods Selection Screen
-A new Flutter project.
+## Challenge 3
-## Getting Started
+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.
-This project is a starting point for a Flutter application.
+## Demo
-A few resources to get you started if this is your first Flutter project:
+Watch the demo of the app in action:
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+[Foods Selection Demo](https://youtube.com/shorts/MxfSHX-cTIU)
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
+
+ Demo GIF 🍴
+
+
+
+
+
+## Screenshots
+
+| Screenshot 1 | Screenshot 2 | Screenshot 3 | Screenshot 4 | Screenshot 5 |
+| ------------ | ------------ | ------------ | ------------ | ------------ |
+| ![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) |
+
+## Data 🥗
+
+Pizza in https://thepizzacompany.vn/
+
+
+
+#### Made by Flutter
with Love ❤️ | Developed by [ChunhThanhDe](https://github.com/chunhthanhde)
+
+
diff --git a/foods_selection_screen/media/demo.gif b/foods_selection_screen/media/demo.gif
new file mode 100644
index 0000000..b6eebf2
Binary files /dev/null and b/foods_selection_screen/media/demo.gif differ
diff --git a/foods_selection_screen/media/screen1.jpg b/foods_selection_screen/media/screen1.jpg
new file mode 100644
index 0000000..0f4f244
Binary files /dev/null and b/foods_selection_screen/media/screen1.jpg differ
diff --git a/foods_selection_screen/media/screen2.jpg b/foods_selection_screen/media/screen2.jpg
new file mode 100644
index 0000000..32af8fb
Binary files /dev/null and b/foods_selection_screen/media/screen2.jpg differ
diff --git a/foods_selection_screen/media/screen3.jpg b/foods_selection_screen/media/screen3.jpg
new file mode 100644
index 0000000..fab5cfd
Binary files /dev/null and b/foods_selection_screen/media/screen3.jpg differ
diff --git a/foods_selection_screen/media/screen4.jpg b/foods_selection_screen/media/screen4.jpg
new file mode 100644
index 0000000..e45a8e5
Binary files /dev/null and b/foods_selection_screen/media/screen4.jpg differ
diff --git a/foods_selection_screen/media/screen5.jpg b/foods_selection_screen/media/screen5.jpg
new file mode 100644
index 0000000..0ea76bd
Binary files /dev/null and b/foods_selection_screen/media/screen5.jpg differ