A tiny todo application written in Vue.js. Currently is WIP and can be run in any mainstream browsers (except IE).
- ✔ Cratre multiple TODO lists
- ✔ Create and manage multiple tasks in a TODO list
- ✔ Write down note and due time of a task
Currently the project is quite simple. In order to run it, you just need to install the package and hit the run command:
npm install
npm run dev