Skip to content

zhaokuohaha/vue-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Vue-Todo

线上地址: todo.oldzeng.com

使用vue 开发的Todo List单页应用, 完全依赖local storage进行数据存储, 不会记录用户信息, 没有网络请求.

功能:

  • 使用pwa模板构建, 支持离线使用(需要一个备案过的域名)
  • 支持Markdown语法
  • 支持任务编辑
  • 支持在文本框内使用Tab键缩进

计划:

  • 支持调整列表顺序
  • 添加数据备份支持(本地备份 OR 线上备份)

Online address: todo.oldzeng.com

A Todo List single-page application developed using vue relies entirely on local storage for data storage, does not record user information, and does not have network requests.

Features:

  • Built using the pwa template for offline use
  • Support Mrkdown syntax
  • Support Edit Todo item
  • Capture Tab key in text area

plan:

  • support ReOrder Todo List
  • Data Backup (Local Backup OR Online Backup)