Skip to content

StephenChips/todobook

Repository files navigation

Todobook

A tiny todo application written in Vue.js. Currently is WIP and can be run in any mainstream browsers (except IE).

Screenshot

overview

Features

  • ✔ Cratre multiple TODO lists
  • ✔ Create and manage multiple tasks in a TODO list
  • ✔ Write down note and due time of a task

Run the project

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