diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..f664fae Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 278aaf5..124b771 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,39 @@ # 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. diff --git a/Screenshots/.DS_Store b/Screenshots/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/Screenshots/.DS_Store differ diff --git a/Screenshots/goals.png b/Screenshots/goals.png new file mode 100644 index 0000000..25acbb3 Binary files /dev/null and b/Screenshots/goals.png differ diff --git a/Screenshots/logbook.png b/Screenshots/logbook.png new file mode 100644 index 0000000..887ac99 Binary files /dev/null and b/Screenshots/logbook.png differ diff --git a/Screenshots/main.png b/Screenshots/main.png new file mode 100644 index 0000000..f8fc4b0 Binary files /dev/null and b/Screenshots/main.png differ