We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27ff2e commit b7e201fCopy full SHA for b7e201f
en/beginner-projects/image-search.md
@@ -20,4 +20,12 @@ Build an app that lets users search for images using keywords and displays resul
20
## Bonus Challenge
21
Add infinite scroll or pagination for more images.
22
23
-
+## Live Demo
24
+<div align="center">
25
+<iframe src="https://codesandbox.io/embed/9xkmxr?view=preview&module=%2Fstyles.css"
26
+ style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
27
+ title="image-search"
28
+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
29
+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
30
+ ></iframe>
31
+ </div>
0 commit comments