Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Tzal3x/beth-stack-todo

A TODO app built using the BETH stack: Bun runtime, ElysiaJS web framework, Turso DB and HTMX
https://github.com/Tzal3x/beth-stack-todo

Last synced: 16 days ago
JSON representation

A TODO app built using the BETH stack: Bun runtime, ElysiaJS web framework, Turso DB and HTMX

Awesome Lists containing this project

README

        

# beth-stack-todo
A simple TODO app built using the BETH stack: [Bun](https://bun.sh/) runtime, [ElysiaJS](https://elysiajs.com/) web framework, ~~[Turso](https://turso.tech/) DB~~ and [HTMX](https://htmx.org/).

Link to the tutorial that I followed: https://www.youtube.com/watch?v=cpzowDDJj24&ab_channel=EthanNiser.

> **Notes after implementation:** Elysia JS was fun and straightforward to work with. Bun is ineeded a very fast batteries-included runtime. I did not integrate Turso DB - my main focus was to get in touch with HTMX.

## Instructions

### Install dependencies
`bun install`

### Run the app
`bun run --watch index.tsx # --watch is optional`