Welcome! Start by launching the VSCode live server (CTRL-SHIFT-P and write live server). View the webpage in its current status. As you can see it is pink. But we want to make this page interactive!
Update index.js
so that the webpage asks the user for a color when it loads,
and then sets the text and color of the headline accordingly
Take a few minutes and experiment! Can you change something else from user input? Maybe change another CSS property? Or add another DOM-element?