Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:53:20.000Z (4 months ago)
- Last Synced: 2024-12-15T19:46:25.817Z (23 days ago)
- Topics: bootstrap5, bun, drizzle-orm, free-software, hono, htmx, jsx, server-side-rendering, sqlite
- Language: TypeScript
- Homepage: https://basictodo.com
- Size: 310 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.