一个包含 48 个课后测验的 Web 应用程序,每个测验包含 3 个问题,用于测试学习者的知识记忆情况。
课程内容可以通过 Docsify 在本地 3000 端口提供服务,从而支持离线访问和学习。
通过 GitHub Action 支持,该课程已被自动翻译成 50 多种语言。
限制与风险
课程有意避免引入 JavaScript 框架,以便将教学精力集中在基本 Web 开发技能上。
如何开始
入门难度较低,需复刻代码库,克隆代码仓库,然后在 Visual Studio Code 或 GitHub Codespaces 中打开。
核验依据
GitHub 项目简介: 24 Lessons, 12 Weeks, Get Started as a Web Developer
README: Learn the fundamentals of web development with our 12-week comprehensive course by Microsoft Cloud Advocates. Each of the 24 lessons dives into JavaScript, CSS, and HTML through h…
README: All quizzes are contained in the Quiz-app folder, 48 total quizzes of three questions each.
README: Our curriculum is designed with two key pedagogical principles in mind: * project-based learning * frequent quizzes
README: You can run this documentation offline by using Docsify. Fork this repo, install Docsify on your local machine, and then in the root folder of this repo, type `docsify serve`. The…