Skip to content

davejfish/volume-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volume! Build

Complete the Volume! web app:

image

You are free to reference:

  • Any of your own work from the week
  • Any of the technical resources in the class repository
  • Google

Follow the normal process of creating a dev branch

Implement the App

The html and css has already been built out. However, add ids to any elements as you see fit.

Volume requirements:

  • Give the volume an initial state of 10
  • Up and down buttons raise or lower the volume by 1
  • We don't want to blow out the speakers, so don't set volume above 20
  • No negative volumes, so don't set volume below 0

Rubric

😅 While we will grade the build, it won't count towards your overall grade.

The following is required for your assignment to be graded:

  • PR open from dev to main
  • PR Passes CI (linting)
  • PR preview on netlify
Commit with... 10
Volume display based on volume state (on page load) 2
Up button: raises volume state, enforces max, re-displays volume 4
Down button: lowers volume state, enforces min, re-displays volume 4

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors