Skip to content

0xreese/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

📝 Todo List 待办事项应用

一个简洁美观的待办事项管理应用,帮助你记录和管理日常任务。

功能特性

  • 添加任务 - 快速添加新的待办事项
  • ✔️ 完成任务 - 点击复选框标记任务为已完成
  • 🗑️ 删除任务 - 轻松删除不需要的任务
  • 🔍 筛选任务 - 按"全部"、"未完成"、"已完成"筛选
  • 🧹 清除已完成 - 一键清除所有已完成任务
  • 💾 数据持久化 - 使用 LocalStorage 保存,刷新不丢失

技术栈

  • HTML5
  • CSS3 (渐变、动画、响应式设计)
  • JavaScript (原生 ES6+)
  • LocalStorage API

快速开始

方法一:直接打开

双击 index.html 文件在浏览器中打开

方法二:使用 HTTP 服务器

# 使用 Python
python3 -m http.server 8000

# 或使用 Node.js
npx serve

然后访问 http://localhost:8000

项目结构

todo-list/
├── index.html      # 主文件(包含 HTML、CSS、JS)
├── README.md       # 项目说明
└── .gitignore      # Git 忽略文件

截图预览

应用特点:

  • 🎨 紫色渐变主题设计
  • 📱 响应式布局,支持移动端
  • ✨ 平滑的交互动画效果

许可证

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages