# koa-todo **Repository Path**: mirrors_leecade/koa-todo ## Basic Information - **Project Name**: koa-todo - **Description**: a todo example write with koa - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README koa-todo ======== a todo example write with koa and react. ![](snapshot.png) ## Develop ``` git clone git@github.com:dead-horse/koa-todo.git make install make watch # use node 0.11 node --harmony app.js ``` ## Technology ### backend - koa - levelup ### frontend - react (without flux) - superagent - browserify ## TODO - [ ] backend test - [ ] frontend test - [ ] try flux? ## Tree ``` ├── Makefile ├── app.js ├── common │   └── db.js ├── config.js ├── controllers │   ├── home.js │   └── task.js ├── models │   └── task.js ├── package.json ├── public │   ├── javascripts │   │   ├── app.js │   │   ├── bundle.js │   │   ├── components │   │   │   ├── footer.js │   │   │   ├── header.js │   │   │   ├── textinput.js │   │   │   ├── todo.js │   │   │   ├── todo_app.js │   │   │   └── todo_list.js │   │   └── task_store.js │   └── todomvc-common │   ├── base.css │   ├── bg.png │   ├── bower.json │   └── readme.md ├── routes.js ├── test └── views └── index.html ``` ## License MIT