Skip to content

insin/reactodo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

reactodo

Multiple localStorage TODO lists, built with React

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

Build

Install dependencies:

npm install

Develop:

npm run dev

Production build:

npm run dist

MIT Licensed