Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterj/htmx-todo
Simple todo list built with htmx, bun, elysiajs and tailwind
https://github.com/peterj/htmx-todo
bun elysiajs htmx tailwind
Last synced: 2 months ago
JSON representation
Simple todo list built with htmx, bun, elysiajs and tailwind
- Host: GitHub
- URL: https://github.com/peterj/htmx-todo
- Owner: peterj
- Created: 2024-06-01T21:14:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T21:51:37.000Z (7 months ago)
- Last Synced: 2024-06-02T23:19:05.406Z (7 months ago)
- Topics: bun, elysiajs, htmx, tailwind
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple to-do list
[![Watch the live stream](https://img.youtube.com/vi/GifUmXEeB3Y/0.jpg)](https://www.youtube.com/watch?v=GifUmXEeB3Y)
## What are we building?
We'll build a simple to-do list using the following:
- [htmx](https://htmx.org/)
- [Bun](https://bun.sh/)
- [ElysiaJS](https://elysiajs.com/)
- [Tailwind](https://tailwindcss.com/)
- [Fly.io](https://fly.io/)### TODOs
- [x] Create a new project using Bun
- [x] Hook up ElysiaJS and htmx to the project
- [x] Add Tailwind
- [x] Make it deployable
- [x] Display a to-do list
- [x] Add a new item
- [x] Delete an item- [ ] Mark the item as completed
- [ ] Add some persistance (DB)