Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)