Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 728 Bytes

Stopwatch-App.md

File metadata and controls

26 lines (16 loc) · 728 Bytes

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

Example projects