DEV Community

Cover image for Learn web dev with these 24 lessons on GitHub
Chris Noring for Microsoft Azure

Posted on • Updated on

Learn web dev with these 24 lessons on GitHub

It's 2021. Want to learn webdev?

Here's your chance. Microsoft created 24 lessons on Web Development. It covers HTML, CSS and JavaScript. There are also quizzed and challenges.

Web-Dev-For-Beginners

There are various projects in there so you can dive deeper on things such as:

  • Typing game, this puts your skills to the test as it teaches you how to programmatically change CSS, keep track of time and also ensure you understand how HTML, CSS and JavaScript work together
  • Space Game, it teaches you game development, using the Canvas and patternsns like pub-sub and composition
  • Banking app, it's possible to develop a SPA like application without a single framework using the template tag and more.
  • Browser extension, have you ever considered writing an extension? It's easier than it sounds.

Top comments (2)

Collapse
 
princealarming profile image
Prince-Alarming

Thanks Chris for this article. I'm not new to coding with HTML, CSS and JavaScript. Have been updating skills. It's always nice to find helpers along the way! Thanks again.

Collapse
 
softchris profile image
Chris Noring

Thanks for saying that. The goal with creating those lessons was to hopefully create something for everybody, beginners, intermediate. Also we are all beginners at something sometime :)