Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhenghaoyang24/you-todo
A concise and easy-to-use web-based to-do list management application.一个简洁易用的网页端待办事项管理应用.
https://github.com/zhenghaoyang24/you-todo
todo todowebsite
Last synced: about 6 hours ago
JSON representation
A concise and easy-to-use web-based to-do list management application.一个简洁易用的网页端待办事项管理应用.
- Host: GitHub
- URL: https://github.com/zhenghaoyang24/you-todo
- Owner: zhenghaoyang24
- License: mit
- Created: 2024-11-11T07:36:59.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T11:58:55.000Z (3 months ago)
- Last Synced: 2024-11-24T12:28:22.631Z (3 months ago)
- Topics: todo, todowebsite
- Language: Vue
- Homepage: https://youtodo.pages.dev/
- Size: 595 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 有待办 (You-Todo)
**有待办 (you-todo)** 是一个简洁易用的网页端待办事项管理应用,旨在帮助用户高效地组织和管理日常生活或工作中的任务。通过本应用,你可以轻松创建、编辑和分类待办事项,并且所有数据都会被安全地保存在你的浏览器中,无需担心隐私泄露。
## 快速访问🔗
https://youtodo.pages.dev/## 功能🎯
- **待办事项管理**:创建、编辑、删除待办事项。
- **日历视图**:将待办事项直接显示在日历上,方便查看待办分布。
- **倒计时功能**:设置特定时间的倒计时提醒,帮助你提高工作效率。
- **待办分类**:根据待办状态进行分类,让管理更加有序。## 环境搭建🚧
### 克隆仓库
克隆仓库到本地:
```bash
git clone [email protected]:zhenghaoyang24/you-todo.git
```### 安装项目依赖
安装与启动
```bash
# 安装项目依赖
npm install
# 启动开发服务器
npm run dev
# 构建与部署
npm run build
```![image](https://github.com/user-attachments/assets/e75c0523-7f26-4fd6-9335-8ff6a5a063ea)
![image](https://github.com/user-attachments/assets/70a883ce-f154-4ac4-a6fe-0970b1c3357d)