zhengbangbo / vue-todobook

A tiny todo application written in Vue.js.

Home Page:https://vue-todobook.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tiny todo application written in Vue.js.

https://vue-todobook.vercel.app/

License:GNU General Public License v3.0


Languages

Language:Vue 94.5%Language:JavaScript 3.1%Language:HTML 2.4%