Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmcampos/task-timer-app
[Side Project] This repository contains code related to an app that allows you to have timers oer job and know how much time did you spend
https://github.com/rmcampos/task-timer-app
java java-se java8 javase swing-gui
Last synced: 4 days ago
JSON representation
[Side Project] This repository contains code related to an app that allows you to have timers oer job and know how much time did you spend
- Host: GitHub
- URL: https://github.com/rmcampos/task-timer-app
- Owner: RMCampos
- License: gpl-3.0
- Created: 2014-10-01T22:10:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T18:16:55.000Z (about 2 years ago)
- Last Synced: 2024-10-11T12:54:07.314Z (27 days ago)
- Topics: java, java-se, java8, javase, swing-gui
- Language: Java
- Homepage:
- Size: 3.74 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# task-timer-app
[Side Project] This repository contains code related to an app that allows you to have timers oer job and know how much time did you spend
# Tech stack
- [x] Back-end
- [x] Front-end
- [ ] Docker
- [ ] Database related
- [ ] Testing
- [x] Maven
- [ ] NPM
- [x] Java related
- [ ] JavaScript/TypeScript/React related
- [ ] Shell scripting# Experimental stuff
- [ ] Clojure
- [ ] Wildfly
- [ ] IndexedDb
- [ ] PHP
- [ ] Slim Framework
- [ ] KnockoutJS
- [ ] ServiceWorker
- [ ] Authentication
- [x] Java Swing API### About ###
This program is a little java app made to help manage tasks.
It's something like a time tracker. You can record start and end times for each task.
You can export as a text (TXT) file as well.
### Spechs ###
- Java SE App (for Desktop)
- Do not have database
- There's not exe file, just a jar### Main screen ###
![task-timer](https://i.imgur.com/1Qr8hJQ.png)