* 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.6 KiB
1.6 KiB
id, title, challengeType, videoUrl, dashedName
id | title | challengeType | videoUrl | dashedName |
---|---|---|---|---|
bd7158d8c442eddfaeb5bd19 | 构建Wikipedia查看器 | 3 | build-a-wikipedia-viewer |
--description--
目标: 构建一个功能类似于此的CodePen.io应用程序: https : //codepen.io/freeCodeCamp/full/wGqEga/ 。完成以下用户故事 。使用您需要的任何库或API。给它你自己的个人风格。 用户故事: 我可以在搜索框中搜索维基百科条目,并查看生成的维基百科条目。 用户故事: 我可以单击按钮查看随机的Wikipedia条目。 提示#1:这是一个可用于获取随机维基百科文章的URL: https://en.wikipedia.org/wiki/Special:Random
: https://en.wikipedia.org/wiki/Special:Random
:Random。 提示#2:这是使用维基百科API的条目: https://www.mediawiki.org/wiki/API:Main_page
: https://www.mediawiki.org/wiki/API:Main_page
: https://www.mediawiki.org/wiki/API:Main_page
。 提示#3:使用此链接试验维基百科的API。如果卡住,请记得使用Read-Search-Ask 。完成后,单击“我已完成此挑战”按钮并包含指向CodePen的链接。您可以通过Facebook上的朋友分享您的项目反馈。
--solutions--
// solution required