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

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

Awesome Lists containing this project

README

          

# todo.webapp

[![Build Status](https://ci.homecomputing.fr/todo-webapp/build/status)](https://ci.homecomputing.fr/todo-webapp)

Webapp for [todo.txt](http://todotxt.com/).

![Screenshot](screenshot.png)

## 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 &