https://github.com/stood/todo-webapp
Webapp for todo.txt
https://github.com/stood/todo-webapp
Last synced: 4 months ago
JSON representation
Webapp for todo.txt
- Host: GitHub
- URL: https://github.com/stood/todo-webapp
- Owner: stood
- Created: 2015-04-03T14:02:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T15:38:06.000Z (over 11 years ago)
- Last Synced: 2025-09-02T18:46:16.129Z (10 months ago)
- Language: HTML
- Homepage: http://sanpii.github.io/todo-webapp/
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo.webapp
[](https://ci.homecomputing.fr/todo-webapp)
Webapp for [todo.txt](http://todotxt.com/).

## Installation
Before, you need the [REST API](https://github.com/sanpii/todo.rest).
$ git clone https://github.com/sanpii/todo-webapp.git
$ cd todo.webapp
$ php composer.phar install
$ bower install
For development purpose only:
$ cp web/js/config/{development,current}.js
$ php -S localhost:8081 -t web/ 2> /dev/null &