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: 5 months ago
JSON representation
Multiple localStorage TODO lists, built with React
- Host: GitHub
- URL: https://github.com/insin/reactodo
- Owner: insin
- License: mit
- Created: 2014-01-24T21:16:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T11:58:13.000Z (about 11 years ago)
- Last Synced: 2025-09-21T00:40:28.607Z (6 months ago)
- Topics: drag-and-drop, productivity, react, react-app, todo
- Language: JavaScript
- Homepage: http://insin.github.io/reactodo/
- Size: 888 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

## Build
Install dependencies:
```
npm install
```
Develop:
```
npm run dev
```
Production build:
```
npm run dist
```
## MIT Licensed