* feat(tools): add seed/solution restore script * chore(curriculum): remove empty sections' markers * chore(curriculum): add seed + solution to Chinese * chore: remove old formatter * fix: update getChallenges parse translated challenges separately, without reference to the source * chore(curriculum): add dashedName to English * chore(curriculum): add dashedName to Chinese * refactor: remove unused challenge property 'name' * fix: relax dashedName requirement * fix: stray tag Remove stray `pre` tag from challenge file. Signed-off-by: nhcarrigan <nhcarrigan@gmail.com> Co-authored-by: nhcarrigan <nhcarrigan@gmail.com>
1.5 KiB
1.5 KiB
id, title, challengeType, videoUrl, dashedName
id | title | challengeType | videoUrl | dashedName |
---|---|---|---|---|
bd7108d8c242eddfaeb5bd13 | 全球地图数据 | 3 | map-data-across-the-globe |
--description--
目标: 构建一个功能类似于此的CodePen.io应用程序: https : //codepen.io/freeCodeCamp/full/mVEJag 。完成以下用户故事 。使用您需要的任何库或API。给它你自己的个人风格。 用户故事: 我可以看到所有陨石落在世界地图上的位置。 用户故事: 我可以通过查看陨石在地图上的表示方式来判断陨石的相对大小。 用户故事: 我可以将鼠标悬停在陨石的数据点上以获取更多数据。 提示: 这是一个可用于构建此数据集的数据集: https : //raw.githubusercontent.com/freeCodeCamp/ProjectReferenceData/master/meteorite-strike-data.json如果卡住,请记住使用Read-Search-Ask 。完成后,单击“我已完成此挑战”按钮并包含指向CodePen的链接。您可以通过Facebook上的朋友分享您的项目反馈。
--solutions--
// solution required