sumn2u / sumn2u/learn-javascript

Translation needed for existing languages

Open
#332 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue translate help-wanted
Dominant language
HTML
Stars
1k
Forks
187
Avg merge
5d 5h
Merged PRs (30d)
1

Description

@sumn2u has made changes on the original english version of the book (PR #331)

Visual Diff of Changes:

diff --git a/en/beginner-projects/weather-app.md b/en/beginner-projects/weather-app.md
index be53789..b77eb06 100644
--- a/en/beginner-projects/weather-app.md
+++ b/en/beginner-projects/weather-app.md
@@ -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"
+    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>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the changes in PR #331 and the source file en/beginner-projects/weather-app.md. Identify the existing language versions that need the updated Live Demo content, then ensure those translations reflect the English version and verify each changed document is complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation, localization
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.