https://github.com/rajasegar/htmx-trello
A Trello clone in htmx
https://github.com/rajasegar/htmx-trello
htmx trello trello-clone
Last synced: 5 months ago
JSON representation
A Trello clone in htmx
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-trello
- Owner: rajasegar
- Created: 2021-03-31T07:43:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T09:09:38.000Z (over 3 years ago)
- Last Synced: 2025-04-30T08:12:18.913Z (5 months ago)
- Topics: htmx, trello, trello-clone
- Language: Pug
- Homepage: https://htmx-trello.herokuapp.com
- Size: 243 KB
- Stars: 83
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# htmx-trello
A Trello Clone built with [htmx](https://htmx.org) and [Express.js](https://expressjs.com).
[Demo](https://htmx-trello.herokuapp.com)

## Local development
Clone this repo, install dependencies and start the server.
```
git clone https://github.com/rajasegar/htmx-trello
cd htmx-trello
npm install
npm start
```## Inspiration
This project is inspired by A small [Trello clone](https://github.com/marconunnari/trello-clone) built in React and Redux by [Marco Nunnari](https://github.com/marconunnari).