A Trello Clone built with htmx and Express.js.
Clone this repo, install dependencies and start the server.
git clone https://github.com/rajasegar/htmx-trello
cd htmx-trello
npm install
npm start
This project is inspired by A small Trello clone built in React and Redux by Marco Nunnari.