- add button that can be pressed and will eventually add stopwatches to the board (@done 2022-12-10)
- setup redux in project (@done 2022-12-11)
- make button create a stopwatch (@done 2022-12-11)
- make button to delete stopwatch (@done 2022-12-31)
- make stopwatch store a session (@done 2023-01-01)
- display current session and total session time in ui
- set name of stopwatch
- allow resetting timer
- confirm before deleting or reseting timer
- add easy way of telling that stopwatch is running
- add timer widget type
- show widgets ascending order by when they were created