Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Task Log

A simple web-based task management application.

Features

  • 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

Storage

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.

Technologies

  • HTML
  • CSS
  • JavaScript
  • Browser localStorage

Deployment

The project can be hosted on:

  • Netlify
  • GitHub Pages
  • Vercel
  • Cloudflare Pages
  • Other static hosting services

Project Structure

tasklog/
├── index.html
└── README.md

About

List of Tasks

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages