A simple desktop app that calculates and displays total work hours based on selected month days.
To install dependencies using yarn, run:
yarn install
To start the application in development mode, run:
yarn watch
To package the application, run:
yarn package
To make the application, run:
yarn make
This project is licensed under the MIT License.