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

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

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)

![htmx trello gif](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](https://github.com/marconunnari/trello-clone) built in React and Redux by [Marco Nunnari](https://github.com/marconunnari).