https://github.com/dymio/busyday
A simple application to track basic daily activities
https://github.com/dymio/busyday
Last synced: 3 months ago
JSON representation
A simple application to track basic daily activities
- Host: GitHub
- URL: https://github.com/dymio/busyday
- Owner: dymio
- License: mit
- Created: 2021-02-08T09:26:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T10:02:55.000Z (over 4 years ago)
- Last Synced: 2025-01-10T02:59:38.682Z (5 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Busy day
========Busy day — a simple application to track basic daily activities in easy way.
Set a collection of activities and have an ability to track it with one click.
Between sessions data will be stored in local storage of your browser.
You will not find any saved data if you open the app from another browser.Technical requirements
----------------------You need a browser [which supports ES6](https://caniuse.com/?search=ES6) to use this app.
Installation
------------Copy `config.js.example` file to `config.js` and update it according to your needs.
After it you already can try the application by opening `index.html` in your browser.
But the right way to do it — publish this page on the web.