Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 633 Bytes

Clockify Timesheet Generator

Overview

This tool automates my weekly timesheet for work using Clockify's API. Built with React and TypeScript.

Installation

  1. Clone the repository: git clone https://github.com/lukeramljak/clockify-timesheet-generator.git
  2. Install dependencies: npm install
  3. Start the application: npm run start
  4. Build for production: npm run build

Acknowledgements

  • clockify-ts for making an extensive and easy to use library to interface with Clockify's API.

Contributing

This is a personal project, contributions are not accepted.