NOTICE: Please see https://github.com/textileio/js-examples for the most up-to-date JS examples using Textile tooling.
This project is Textile's take on the classic React todo app demo. It uses Create React App with Typescript, with Semantic UI React components for styling, and Mobx for reactive state management. But most importantly, it uses Textile's Threads Store API to create, store, manage, and distribute the underlying app data. The data is encrypted and pushed to IPFS via Threads, with only a few extra lines of code!
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
You shouldn't have to "eject" this app to use the advanced features used here, but that script is available if you want it.
Visit Textile's Bounty Resources Page for more information about Getting Started.