A basic To-Do app built with Mithril, Vite and TypeScript.
See a deployment at mithril-dos.pages.dev.
- To-dos are stored in browser
localStorage
- Drag and drop To-dos to Completed or Trash
# Clone project
git clone git@github.com:roymckenzie/mithril-dos.git
# Fetch dependencies
cd mithril-dos
npm install
# Start Vite
npm run dev
mithril-ts-vite-starter - Mithril with TypeScript Vite Starter