Web classes

Learn the basics of Web development, from a simple website to a modern web application.

Discover the power of JavaScript combined with HTML and CSS!

HTML and CSS are the languages used to scaffold and style web pages. JavaScript is used to add interactivity and is the source of power of modern web apps.

We recommend to start learning the basics of HTML, then how to apply styling with CSS and finally add JavaScript logic.

The courses above will allow you to learn the basics in a self contained environment. Once you feel ready to jump on your first project, all you need is a web browser (we recommend Chrome / Chromium) and a text editor like: Atom / Sublime Text 3 / Webstorm / Notepad++ / Brackets

partial-class-web

Resources

(Tutorial) Interval timer
2019-08-12 - Authored by: Marc Raffalli
Learn how to implement an interval timer from scratch using plain simple JavaScript methods.
event handler
time interval
css grid
input validation (basic)
Web developer tools
2019-01-28 - Authored by: Marc Raffalli
Learn about the standard web development tools and their tips and tricks.
html
css
tools
theme

Projects

Tree lifecycle App
2019-12-14 - Authored by: Christian
Discover the tree lifecycle from seed to mature tree
HTML
JavaScript
CSS