Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pitgrap/time-tracking-app
Simple automatic time tracking app
https://github.com/pitgrap/time-tracking-app
browser react time-tracking
Last synced: 3 months ago
JSON representation
Simple automatic time tracking app
- Host: GitHub
- URL: https://github.com/pitgrap/time-tracking-app
- Owner: pitgrap
- License: mit
- Created: 2022-07-06T07:28:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T10:48:26.000Z (5 months ago)
- Last Synced: 2024-06-24T12:20:32.321Z (5 months ago)
- Topics: browser, react, time-tracking
- Language: TypeScript
- Homepage:
- Size: 2.03 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - pitgrap/time-tracking-app - Simple automatic time tracking app (react)
README
# Simple Time Tracking App
![Build](https://github.com/pitgrap/time-tracking-app/actions/workflows/build.yml/badge.svg?branch=main)
![Deploy](https://github.com/pitgrap/time-tracking-app/actions/workflows/deploy.yml/badge.svg)
![GitHub package.json version](https://img.shields.io/github/package-json/v/pitgrap/time-tracking-app)Starts automatically time tracking after first visit a day and stops after leaving the page.
Uses React and localStorage and runs only in your browser. No cookies or any other tracking is used.## Usage
Run the app locally or use the public and free version on https://pitgrap.github.io/time-tracking-app/
Make the app as your startpage of your browser or add it as pinned tab to your browser and tracking will work automatically.## Public App
https://pitgrap.github.io/time-tracking-app/
Available in English and German.
## Development
```
pnpm install
pnpm start
```## License
[MIT](LICENSE)