We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8574bc2 commit e9e43ecCopy full SHA for e9e43ec
1 file changed
en/beginner-projects/weather-app.md
@@ -20,3 +20,13 @@ A simple app that fetches and displays weather information based on user locatio
20
## Bonus Challenge
21
Add weather icons and background changes based on weather conditions.
22
23
+## Live Demo
24
+<div align="center">
25
+ <iframe
26
+ src="https://codesandbox.io/embed/qq8r9n?view=preview&module=%2Findex.html"
27
+ style="width:100%; height:500px; border:0; border-radius:8px; overflow:hidden;"
28
+ title="Weather App"
29
+ allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
30
+ sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
31
+ ></iframe>
32
+</div>
0 commit comments