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

https://github.com/fuzetsu/preact-todo

simple todo app written using preact
https://github.com/fuzetsu/preact-todo

Last synced: about 1 year ago
JSON representation

simple todo app written using preact

Awesome Lists containing this project

README

          

# Preact Todo

[Live version.](https://fuzetsu.github.io/preact-todo)

Simple todo app written for fun using the following libraries:

- view library, [preact / preact-hooks](https://github.com/preactjs/preact)
- CSS in JS, [zaftig](https://github.com/fuzetsu/zaftig)
- state management [mergerino](https://github.com/fuzetsu/mergerino)
- hyperscript util, [microh](https://github.com/fuzetsu/microh)

Written for modern browsers using ES modules.

_App data is persisted using LocalStorage._