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.
- 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
npm install
npm run dev
npm run build