Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 660 Bytes

Tempero

A simple to-do app that acts as a daily list. Add and check off today's items – tomorrow they disappear! Ok... well, they go into the Archive for a day so you can re-add them easily to the next day's list.

In Progress

  • Remove archived todos
  • Refresh app when the clock strikes midnight (or thereabouts). If the app is left open, Todos should be archived when user comes back the next day.
  • Keyboard control:
    • capture typing a todo immediately
    • navigate, edit, and check items off quickly by keyboard

Setup

npm install
npm run dev

Compile and Minify for Production

npm run build