Better readme and some screenshots

This commit is contained in:
2026-02-15 18:18:44 +01:00
parent d45e89e8f1
commit 2e0ff62e39
6 changed files with 36 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,4 +1,39 @@
# OpenTimeTracker # OpenTimeTracker
OpenTimeTracker is a Simple Tool that enables you to track your time. I developed it for my personal use but i think every should be able to use it. OpenTimeTracker is a simple web application for tracking the time you spend on different activities.
I originally built it for personal use, but it can be used by anyone who wants to keep track of their time in a clear and structured way.
## Live Demo
You can try the application here:
[OpenTimeTracker Live Demo](https://opentimetracker.app)
## Features
- Track time spent on specific activities
- View all entries in a logbook
- See basic statistics about your tracked time
- Edit entries afterwards if needed
- Set time goals (for example: 12 hours of programming this week)
- Create tasks that are linked to activities
- Mobile-friendly web interface
## Purpose
The goal of OpenTimeTracker is to provide a straightforward tool for time tracking without unnecessary complexity.
## Screenshots
![Main](Screenshots/main.png)
![Goals](Screenshots/goals.png)
![Logbook](Screenshots/logbook.png)
## Project Status
This project is still a work in progress.
There are still things that can be improved.
Feedback, suggestions, and contributions are welcome.

BIN
Screenshots/.DS_Store vendored Normal file

Binary file not shown.

BIN
Screenshots/goals.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
Screenshots/logbook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
Screenshots/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB