tomrule007 / grinding

Record your time working towards something
MIT License
0 stars 0 forks source link

hello world --> current session time #2

Closed tomrule007 closed 5 years ago

tomrule007 commented 5 years ago

https://github.com/tomrule007/grinding/blob/1b1e3560adb804813f812e628d9223d99830d537/src/App.js#L40-L46

change line 45 to a passed in prop for session time when started or blank if not started

tomrule007 commented 5 years ago

issue #3 changed button txt. current lines are

https://github.com/tomrule007/grinding/blob/d4de3cf68d2f0ff7cfe46e94ed22d1f944fd2f71/src/App.js#L39-L46

and new text to change is '4m'

tomrule007 commented 5 years ago

Display 0 to 59 seconds and then minutes from there on out. Will need to be refactored later but for now, it works.