https://github.com/luckyshot/freelance-timetracker
Free and super-simple web-based timetracking system in JavaScript and PHP.
https://github.com/luckyshot/freelance-timetracker
freelance-timetracker freelance-work hacktoberfest minimal php productivity productivity-timer
Last synced: about 1 month ago
JSON representation
Free and super-simple web-based timetracking system in JavaScript and PHP.
- Host: GitHub
- URL: https://github.com/luckyshot/freelance-timetracker
- Owner: luckyshot
- License: mit
- Created: 2013-02-01T15:44:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T17:01:45.000Z (over 2 years ago)
- Last Synced: 2025-03-01T22:42:43.226Z (about 2 months ago)
- Topics: freelance-timetracker, freelance-work, hacktoberfest, minimal, php, productivity, productivity-timer
- Language: JavaScript
- Homepage: https://xaviesteve.com
- Size: 612 KB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - luckyshot/freelance-timetracker - Free and super-simple web-based timetracking system in JavaScript and PHP. (JavaScript)
README
## Freelance Timetracker

Freelance Timetracker is a free and super-simple web-based timetracking system. All the information is stored in a JSON file so no database is needed.
### 10 second Setup
1. Copy the files to your web server
2. You are done!#### Quick notes
Make sure PHP can create/edit files in that path. You should use Freelance Timetracker locally since there is no password protection, everyone could access it and play around with it. Also, make sure not to open several tabs of it since you may overwrite the database. No configuration is necessary although you can customize some things such as saving interval, default rate, currency, database extension and a few other things.
### How to use
Click the checkbox to start timing a task, edit any fields by clicking on them.
### Contents
The code is just one PHP, CSS, JS and JSON file.
### How it works
- Tailwindcss gives it styling
- jQuery/AJAX sends the information to the back-end (every 10 seconds by default)
- PHP stores everything in a JSON fileThis setup makes it extremely easy to install Freelance Timetracker with just a copy-paste and start using straight away. It also makes backing up your stuff super-easy.
### License
Freelance Timetracker is authored by [Xavi Esteve](https://xaviesteve.com/) and [Renats K.](http://www.myworld.lv/), and it is licensed under a MIT License.
Feel free to fork it and send any pull requests.