Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 581 Bytes

logo mini.do

A simple todo list built using vanilla JS and localStorage, that helps you with organizing your day's tasks

logo

Features

  • Works from the local file:// protocol too, without the need for a server

Core app dev: ~3 hours

Enhancements

  • Show actions on-hover alone for a cleaner look - Commit 2
  • Localstorage for persistent storage - Pending
  • (Font)Icons for actions - Pending
  • Responsive app - Pending
  • Timestamps (humanized) for created/completed datetime - Pending