Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 697 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 697 Bytes

Toggl Client

Toggl is a time tracker developed with TypeScript and ReactJS. You can start time entries with Toggl and track or manage them. Please note that this is a mobile-based client connected to my real Toggl account through Toggl API. I developed this project when I wanted to start learning TypeScript and Redux.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.

yarn build

Builds the app for production to the build folder.

This project was bootstrapped with Create React App