Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions en/beginner-projects/weather-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ A simple app that fetches and displays weather information based on user locatio
## Bonus Challenge
Add weather icons and background changes based on weather conditions.

## Live Demo
<div align="center">
<iframe
src="https://codesandbox.io/embed/qq8r9n?view=preview&module=%2Findex.html"
Copy link

Copilot AI Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CodeSandbox URL uses a short identifier 'qq8r9n' which may not be descriptive or maintainable. Consider using a more descriptive CodeSandbox URL or verify that this sandbox contains the actual weather app implementation referenced in this documentation.

Suggested change
src="https://codesandbox.io/embed/qq8r9n?view=preview&module=%2Findex.html"
src="https://codesandbox.io/embed/weather-app-abc123?view=preview&module=%2Findex.html"

Copilot uses AI. Check for mistakes.
style="width:100%; height:500px; border:0; border-radius:8px; overflow:hidden;"
title="Weather App"
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>