https://github.com/mountainash/whatworkwhen
What I should be working on at any time to GTD
https://github.com/mountainash/whatworkwhen
dark-mode gtd javascript momentjs netlify netlify-deployment pwa timemanagement
Last synced: about 1 month ago
JSON representation
What I should be working on at any time to GTD
- Host: GitHub
- URL: https://github.com/mountainash/whatworkwhen
- Owner: mountainash
- Created: 2019-04-07T22:42:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-08T10:35:23.000Z (3 months ago)
- Last Synced: 2025-03-24T15:47:32.399Z (about 2 months ago)
- Topics: dark-mode, gtd, javascript, momentjs, netlify, netlify-deployment, pwa, timemanagement
- Language: CSS
- Homepage: https://whatworkwhen.netlify.app/
- Size: 492 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Get Shit Done!
A simple personal project to plan out my day to get some structure back in my life after a year off (travelling)
[](https://app.netlify.com/sites/whatworkwhen/deploys)
## Run locally
`cd` to this directory and run:
```sh
python3 -m http.server 3000
```Then request in your web browser.
## Goals
- [x] get on track (by getting off-track making this project...)
- [x] learn more about [GitHub](https://github.com/)
- [x] learn more about CI/CD (using [Netlify](https://www.netlify.com/))## TODO
- [x] highlight current task
- [x] pull timing from schedule.json
- [x] make update (without a reload)
- [x] make resizable
- [x] add push notifications
- [x] PWA
- [x] add social+meta
- [x] add darkmode
- [x] remove jQuery