sumn2u / sumn2u/learn-javascript

Translation needed for existing languages

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

Nobody has claimed this yet.

good first issue translate help-wanted up for grabs
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 #343)

Visual Diff of Changes:

diff --git a/en/beginner-projects/simple-stopwatch.md b/en/beginner-projects/simple-stopwatch.md
index 4912f18..e8cd9e8 100644
--- a/en/beginner-projects/simple-stopwatch.md
+++ b/en/beginner-projects/simple-stopwatch.md
@@ -21,3 +21,12 @@ Create a simple stopwatch app that lets users start, stop, and reset a timer to
 Add lap functionality to record and display multiple time splits.
 
 
+## Live Demo
+<div align="center">
+<iframe src="https://codesandbox.io/embed/yyhqfy?view=preview"
+     style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
+     title="stopwatch-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

Begin with PR #343 and the diff for en/beginner-projects/simple-stopwatch.md. Check the corresponding files for existing languages, then translate the added Live Demo section so those versions match the English source. Done means the translations include the update consistently.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.