Oliver Eyton-Williams ee1e8abd87
feat(curriculum): restore seed + solution to Chinese (#40683)
* 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>
2021-01-12 19:31:00 -07:00

1.7 KiB
Raw Blame History

id, title, challengeType, videoUrl, dashedName
id title challengeType videoUrl dashedName
bd7158d8c443eddfaeb5bdff 建立夜生活协调应用程序 4 build-a-nightlife-coordination-app

--description--

目标: 构建一个功能类似于此的完整堆栈JavaScript应用程序 http //whatsgoinontonight.herokuapp.com/并将其部署到Heroku。请注意对于每个项目您应该创建一个新的GitHub存储库和一个新的Heroku项目。如果您不记得如何执行此操作请重新访问https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects 。以下是您应为此项目实施的特定用户故事: 用户故事: 作为未经身份验证的用户,我可以查看我所在区域的所有条形图。 用户故事: 作为一名经过身份验证的用户,我可以将自己添加到一个栏中,以表明我今晚要去那里。 用户故事: 作为一名经过身份验证的用户,如果我不想再去那里,我可以将自己从酒吧中删除。 用户故事: 作为未经身份验证的用户,当我登录时,我不应该再次搜索。 提示: 尝试使用Yelp API查找用户搜索的城市中的场地。如果您使用Yelp的API请务必在您的应用中提及。完成这些用户故事的实现后单击“我已完成此挑战”按钮然后输入GitHub存储库和在Heroku上运行的实时应用程序的URL。您可以通过Facebook上的朋友分享您的项目反馈。

--solutions--

// solution required