Home
Softono

You Todo

Open source MIT Vue
16
Stars
3
Forks
0
Issues
2
Watchers
1 year
Last Commit

 About You Todo

A concise and easy-to-use web-based to-do list management application.一个简洁易用的网页端待办事项管理应用.

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing You Todo?

We provide expert installation service for this software. Our team will install, configure, and secure You Todo on your server. plans start at just $30.

有待办 (You-Todo)

有待办 (you-todo) 是一个简洁易用的网页端待办事项管理应用,旨在帮助用户高效地组织和管理日常生活或工作中的任务。通过本应用,你可以轻松创建、编辑和分类待办事项,并且所有数据都会被安全地保存在你的浏览器中,无需担心隐私泄露。

快速访问🔗

https://youtodo.pages.dev/

功能🎯

  • 待办事项管理:创建、编辑、删除待办事项。
  • 日历视图:将待办事项直接显示在日历上,方便查看待办分布。
  • 倒计时功能:设置特定时间的倒计时提醒,帮助你提高工作效率。
  • 待办分类:根据待办状态进行分类,让管理更加有序。

预览👀

预览图片1 预览图片2 预览图片3

环境搭建🚧

克隆仓库

克隆仓库到本地:

git clone [email protected]:zhenghaoyang24/you-todo.git

安装项目依赖

安装与启动

# 安装项目依赖
npm install
# 启动开发服务器
npm run dev
# 构建与部署
npm run build