Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T11:58:13.000Z (almost 10 years ago)
- Last Synced: 2025-01-03T02:15:32.723Z (27 days ago)
- Topics: drag-and-drop, productivity, react, react-app, todo
- Language: JavaScript
- Homepage: http://insin.github.io/reactodo/
- Size: 888 KB
- Stars: 25
- Watchers: 4
- 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.![reactodo screenshot](reactodo.png)
## Build
Install dependencies:
```
npm install
```Develop:
```
npm run dev
```Production build:
```
npm run dist
```## MIT Licensed