Skip to content

A basic To-Do app built with Mithril, TypeScript and Vite.

Notifications You must be signed in to change notification settings

roymckenzie/mithril-dos

Repository files navigation

Mithril-Dos

A basic To-Do app built with Mithril, Vite and TypeScript.

See a deployment at mithril-dos.pages.dev.

Features

  • To-dos are stored in browser localStorage
  • Drag and drop To-dos to Completed or Trash

Get Started

# Clone project
git clone [email protected]:roymckenzie/mithril-dos.git

# Fetch dependencies
cd mithril-dos
npm install

# Start Vite
npm run dev

Acknowledgements

mithril-ts-vite-starter - Mithril with TypeScript Vite Starter