Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 624 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 624 Bytes

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