Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/insin/reactodo

Multiple localStorage TODO lists, built with React
https://github.com/insin/reactodo

drag-and-drop productivity react react-app todo

Last synced: about 1 month ago
JSON representation

Multiple localStorage TODO lists, built with React

Awesome Lists containing this project

README

        

# reactodo

Multiple localStorage TODO lists, built with [React](http://facebook.github.io/react)

* http://insin.github.io/reactodo/

Designed and styled after quick, disposable TODO tracking of the type commonly
done in a programmer's text editor, but with a few interactive niceties to
manage items instead of cut + paste.

![reactodo screenshot](reactodo.png)

## Build

Install dependencies:

```
npm install
```

Develop:

```
npm run dev
```

Production build:

```
npm run dist
```

## MIT Licensed