-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Labels
Description
@sumn2u has made changes on the original english version of the book (PR #345)
Visual Diff of Changes:
diff --git a/en/beginner-projects/image-search.md b/en/beginner-projects/image-search.md
index 25918b3..fba544d 100644
--- a/en/beginner-projects/image-search.md
+++ b/en/beginner-projects/image-search.md
@@ -20,4 +20,12 @@ Build an app that lets users search for images using keywords and displays resul
## Bonus Challenge
Add infinite scroll or pagination for more images.
-
+## Live Demo
+<div align="center">
+<iframe src="https://codesandbox.io/embed/9xkmxr?view=preview&module=%2Fstyles.css"
+ style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
+ title="image-search"
+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
+ ></iframe>
+ </div>