/microtask

frontend-only version of minitask

Primary LanguageJavaScript

image

microtask

andrewlehman.me/microtask

Simple card-based todo list app. Features:

  • Fully responsive design suitable for any device.
  • Sorts tasks by due date.
  • Some slick animations.

TODO:

  • More slick animations
  • Save tasks to a cookie or export as JSON
  • Make the card height uniform

building locally

git clone https://github.com/andlehma/microtask
cd microtask
npm install
npm start