Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hirosystems/todos
- Owner: hirosystems
- Created: 2017-06-29T19:14:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T06:16:15.000Z (about 2 years ago)
- Last Synced: 2024-09-27T00:20:04.126Z (about 2 months ago)
- Language: JavaScript
- Homepage: todos-lovat.vercel.app
- Size: 4.91 MB
- Stars: 70
- Watchers: 17
- Forks: 86
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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
```