A simple React Todo app built for the decentralized web.
This app was built for learning purposes. Try it out at todos.blockstack.org, and check out our guide that walks you through how it all works.
# install dependencies
npm install
# Compiles and hot-reloads for development
npm run start
# Compiles and minifies for production
npm run build