Skip to content

rajasegar/htmx-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmx-trello

A Trello Clone built with htmx and Express.js.

Demo

htmx trello gif

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 built in React and Redux by Marco Nunnari.