React code by Forrest Tait
A react todo list synced through gunDB. Thanks to Forrest for putting this together at our last gunDB user group!
git clone the source
git clone https://github.com/gundb/todo-react.gitthen open that directory in your terminal and run npm install
cd todo-react
npm installNow you're ready to start the app!
npm startYou can visit it in your browser at localhost:8080.