Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hirosystems/todos

A simple todos app built with Stacks
https://github.com/hirosystems/todos

Last synced: 3 days ago
JSON representation

A simple todos app built with Stacks

Awesome Lists containing this project

README

        

# Todos App with Stacks

A simple todos app that demonstrates how JavaScript apps can integrate functionality provided by [the Stacks network](https://stacks.co/) with [the Stacks.js library](https://github.com/blockstack/stacks.js).

[Try out the app as a user](https://todos.blockstack.org) or [learn how it works as a developer](https://docs.blockstack.org/authentication/building-todo-app).

![demo](./public/demo.png)

Want to run the app locally and make changes?

Follow these instructions:

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