This tool automates my weekly timesheet for work using Clockify's API. Built with React and TypeScript.
- Clone the repository:
git clone https://github.com/lukeramljak/clockify-timesheet-generator.git
- Install dependencies:
npm install
- Start the application:
npm run start
- Build for production:
npm run build
- clockify-ts for making an extensive and easy to use library to interface with Clockify's API.
This is a personal project, contributions are not accepted.