This is an example repo for students to practice manipulating the DOM with JavaScript.
-
Before starting, run
npm install
ornpm i
to install dependencies. -
Open up
index.html
,src/index.js
, andstyles/style.css
to see the code. -
Double click the
index.html
file in the root of the repo to open it in a browser.