Skip to content

insin/reactodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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