Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wibus-wee-ac/simple-todo-list

A simple todo list for starters
https://github.com/wibus-wee-ac/simple-todo-list

Last synced: 22 minutes ago
JSON representation

A simple todo list for starters

Awesome Lists containing this project

README

        

# simple-todo-list
A simple todo list for starters

## Features

* [x] Add todo items 新增TODO項目
* [x] Mark todo items as done 将todo项目标记为已完成
* [x] Mark todo items as undone 将 todo项目标记为未完成
* [x] Delete todo items 删除todo项目

## 项目结构

- README.md -- 项目的简介,介绍项目的功能和目的
- index.html -- 项目的主页,html入口文件
- assets -- 项目的资源文件,如css、js文件
- css -- css文件
- style.css -- 项目的css文件,主要用于样式
- js -- js文件
- main.js -- 项目的js文件,主要用于逻辑
- localstorage.js -- 存储todo项目的js文件

## Author

simple-todo-list © Wibus, Released under NO License. Created on 2022-6-20

> [Personal Website](http://iucky.cn/) · [Blog](https://blog.iucky.cn/) · GitHub [@wibus-wee](https://github.com/wibus-wee/) · Telegram [@wibus✪](https://t.me/wibus_wee)