/js-todo-demo

A simple todo app build with React, Typescript, Semantic UI, and Textile's Threads

Primary LanguageTypeScript

Threads Todo Demo

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!

Getting Started

In the project directory, you can run:

npm start

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.

npm run build

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.

Note

You shouldn't have to "eject" this app to use the advanced features used here, but that script is available if you want it.

Learn More

Visit Textile's Bounty Resources Page for more information about Getting Started.