Browse our list of curated database of projects, exercises, and lessons to learn The DOM
The DOM
Do you already know what is DOM? It is a hierarchy stored in memory that contains all of your website elements in real-time. DOM Manipulation is the most popular activity for any front-end developer. The DOM brings your applications to life!
Read lessonJavascript
The DOM
vanilla.js
intermediate
Use your DOM knowledge, HTML/CSS and Javascript to create a battleship game for one person only
Start projectJavascript
The DOM
HTML and CSS
easy
Use your CSS/HTML/JS skills to randomly draw a poker card on every website refresh.
Start projectJavascript
Events
The DOM
easy
Create a simple todo web app using vanilla js
Start projectJavascript
Events
The DOM
easy
Practice your entry-level skills in Javascript, The DOM and HTML/CSS by building a Pop Balloons Game.
Start projectJavascript
vanillajs
The DOM
easy
Step by step, go over all the most important DOM concepts and methods: Use javascript to manipulate styles, HTML elements.
Start exerciseJavascript
The DOM
HTML and CSS
easy
Disneyland for procrastinators. Learning Javascript? This excuse generator tutorial takes no more than 20 lines of code and can save you for the rest of your life!
Start projectPython
The DOM
Javascript
intermediate
Let's build a todo list from zero to publish using a Python Flask API and a Vanilla.js front-end
Start project