Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 732 Bytes

Toggl Easy Reports

This is a web application to view and format a Toggl report in an easy to copy way, using the official Toggl API.

Motivation

The main reason why I made this, is to be able to easily copy-paste the work that I have done to the internal time tracking tool of my workplace.

This project was also a playground to test the new React Hooks.

Development

The application is made with Typescript and React, using Create-React-App. Development uses their react-scripts, so use npm start to start the development server in watch mode.

To be able to consume the Toggl API (without CORS issues), there is a proxy server included, which can be started using npm start in the ./proxy directory.