You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
app-ideas/Projects/Stopwatch-App.md

27 lines
728 B

# Stopwatch App
**Tier:** 1-Beginner
A stopwatch helps you track the time you spent on activities.
## User Stories
- [ ] User can `start` a clock
- [ ] User can `stop` the clock
- [ ] When the clock is `stopped` the user can click `start` again and the clock will continue counting up
- [ ] User can `restart` the clock
## Bonus features
- [ ] User can create `laps` - these will be displayed on the screen
- [ ] User can clear all the laps
## Useful links and resources
- [setInterval](https://www.w3schools.com/jsref/met_win_setinterval.asp)
## Example projects
- [Stopwatch by Hilo](https://codepen.io/hilotacker/pen/ONZWoX)
- [Stopwatch by Billy Brown](https://codepen.io/_Billy_Brown/pen/dbJeh)