Skip to content
/ basictodo Public

✅ Production ready to-do list web application

Notifications You must be signed in to change notification settings

i9or/basictodo

Repository files navigation

BasicTODO

Yet another implementation of the production ready TODO list web application using modern JavaScript tech stack.

Tech Stack

  • Bun
  • Hono
  • htmx
  • Drizzle ORM
  • SQLite
  • Bootstrap

Setup

bun install

Run

Development:

bun run watch

Production

bun run prod

License

Code is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 only.

AGPLv3 Logo