This is a simple ToDo web application built using HTML, htmx.js, hyperscript.js, CSS and Bun. It allows you to create and manage your todo list in a clean and minimalistic interface.
- Add Todo: You can add a new todo by typing it in the input field and clicking the "Create" button.
- View Todos: All your todos are displayed in a section below the input field.
Clone this repository to your local machine.
To install dependencies:
bun install
To run:
bun run dev
This project was created using bun init
Bun is a fast all-in-one JavaScript runtime.