parent
20efcc2a6f
commit
fb19a17d89
@ -0,0 +1,25 @@
|
|||||||
|
# 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 Billy Brown](https://codepen.io/_Billy_Brown/pen/dbJeh)
|
Loading…
Reference in new issue