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
git clone https://github.com/andlehma/microtask
cd microtask
npm install
npm start