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
- Host: GitHub
- URL: https://github.com/fuzetsu/preact-todo
- Owner: fuzetsu
- Created: 2019-10-05T02:36:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T20:56:48.000Z (over 6 years ago)
- Last Synced: 2025-03-17T13:47:47.613Z (about 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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._