https://github.com/ashudevcodes/bunwithhtmx-todo
This Todo was built using Bun runtime and Htmx framework
https://github.com/ashudevcodes/bunwithhtmx-todo
Last synced: 2 months ago
JSON representation
This Todo was built using Bun runtime and Htmx framework
- Host: GitHub
- URL: https://github.com/ashudevcodes/bunwithhtmx-todo
- Owner: ashudevcodes
- Created: 2024-01-22T07:38:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T12:29:06.000Z (over 1 year ago)
- Last Synced: 2025-01-26T12:11:42.550Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BUN x HTMX To-Do Web App ✨
This repository holds a simple yet powerful to-do list application built with the lightning-fast **Bun runtime** and the dynamic **Htmx framework**.
### Why Bun and Htmx?
**Bun:**
* **Blazing Performance:** Bun boasts significantly faster startup times and memory usage compared to traditional Node.js.
* **All-in-One Simplicity:** No need for juggling multiple tools. Bun integrates a runtime, bundler, test runner, and package manager under one hood.
* **Modern TypeScript Support:** Code with confidence using TypeScript's type safety and static analysis.**Htmx:**
* **Live UI Updates:** Htmx empowers dynamic UI interactions without full page reloads, resulting in a smoother and more responsive experience. ⚡️
* **Minimal Server-Side Logic:** Htmx keeps server-side code lean and focused, thanks to its clever use of HTML attributes and HTTP requests.
* **Effortless Integration:** Htmx seamlessly blends with existing HTML and JavaScript, making it easy to adopt and use.### Getting Started:
1. **Clone the repo:** Run `git clone https://github.com/ashudevcodes/BunWithHtmx-Todo`
2. **Install dependencies:** Run `bun install`
3. **Start the server:** Run `bun run index.tsx`
4. **Open http://localhost:8080** in your browser and start conquering your to-dos!### Dive Deeper:
* Check out the code! Explore the clean and concise structure made possible by Bun and Htmx.
* Contribute! Feel free to fork, improve, and extend this project with your own ideas.