dfdeagle47 / up-down-code-along

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Up/Down Code-Along

A simple little website where users can increase and decrease a value. The User Interface (DOM & Styles) are provided. You need to add user interactions one step at a time:

  1. setup: (done for you)
  2. data & log: (done for you)
  3. initialize: log initial state, and render initial state to the UI
  4. up: a user can increase the current number by a value of their choice
  5. down: a user can decrease the current number by a value of their choice
  6. reset: a user can reset state & the DOM back to their initial values

A helpful project to study: up/down

And supporting exercises/slides:

About

License:Other


Languages

Language:JavaScript 53.3%Language:HTML 39.9%Language:CSS 6.8%