EivindApps / TimeCalculator

A basic time calculator
MIT License
0 stars 0 forks source link

Create the main calculator functionality #2

Closed eloekset closed 4 years ago

eloekset commented 4 years ago

Port the C# code to TypeScript and port all test to verify functionality before mapping UI to the code.

eloekset commented 4 years ago

TimeValue model added with parsing of display value. image

eloekset commented 4 years ago

Added support for switching between time formats HH:mm:ss and HH:mm. image

eloekset commented 4 years ago

Added operator to represent add and subtract in calculations. image

eloekset commented 4 years ago

Added calculation to perform addition and subtraction on TimeValues. image