Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 435 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 435 Bytes

Local To Do

Minimalist todo app

  • Stores tasks in local storage
  • Sorts tasks by colour, then task name

Wishlist

  • Undo delete
  • Drag and drop
  • Nicer fade in / out
  • Some sort of date integration? Maybe?

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint