https://github.com/i9or/basictodo
:white_check_mark: Production ready to-do list web application
https://github.com/i9or/basictodo
bootstrap5 bun drizzle-orm free-software hono htmx jsx server-side-rendering sqlite
Last synced: 7 months ago
JSON representation
:white_check_mark: Production ready to-do list web application
- Host: GitHub
- URL: https://github.com/i9or/basictodo
- Owner: i9or
- License: agpl-3.0
- Created: 2023-11-13T21:48:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:45:20.000Z (about 1 year ago)
- Last Synced: 2025-08-21T06:36:51.515Z (7 months ago)
- Topics: bootstrap5, bun, drizzle-orm, free-software, hono, htmx, jsx, server-side-rendering, sqlite
- Language: TypeScript
- Homepage: https://basictodo.com
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# BasicTODO

Yet another implementation of the production ready to-do list web application using modern JavaScript tech stack.
## Tech Stack
- Bun
- Hono
- htmx
- SQLite
- Bootstrap
## Setup
```bash
bun install
```
# Run
Development:
```bash
bun run watch
```
Production
```bash
bun run prod
```
## License
Code is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 only.