A simple web-based task management application.
- Create your own categories
- Add tasks
- Complete tasks
- Delete tasks
- Edit categories
- Delete empty categories
- Task statistics
- 14-day activity graph
- Dark and light mode
- Automatic saving
- No predefined categories
The application uses a window.storage compatibility layer backed by browser localStorage.
This means your tasks and categories remain saved when:
- You refresh the page
- Close and reopen the browser
- Restart your computer
- The Netlify site is redeployed
The current version stores data locally in the browser. Data is not currently synchronised between different devices.
- HTML
- CSS
- JavaScript
- Browser localStorage
The project can be hosted on:
- Netlify
- GitHub Pages
- Vercel
- Cloudflare Pages
- Other static hosting services
tasklog/
├── index.html
└── README.md