Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

AGPLv3 Logo