todos icon indicating copy to clipboard operation
todos copied to clipboard

A simple todos app built with Stacks

Todos App with Stacks

A simple todos app that demonstrates how JavaScript apps can integrate functionality provided by the Stacks network with the Stacks.js library.

Try out the app as a user or learn how it works as a developer.

demo

Want to run the app locally and make changes?

Follow these instructions:

git clone https://github.com/hirosystems/todos && cd todos
yarn install
yarn run start