Color Changer
Change the color of the background of the page
Sum of Two Numbers
Build a small page that takes two numbers as input and displays their sum — your first DOM manipulation exercise.
Word Counter
Build a live word counter that updates as the user types into a textarea.
Drop Down Body Color
Change the color of the background of the page
Temperature Calculator
Convert temperature from Celsius to Fahrenheit and vice versa
Number Guessing Game
Build a number guessing game with hints, attempt tracking, and DOM updates.
Word Search
Build a page that searches for a word in a paragraph and counts how many times it appears.
To Do List
To do list that allows the user to add, remove, and edit tasks