Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rajasegar/cl-trello-clone

A Trello clone demo app in Common Lisp
https://github.com/rajasegar/cl-trello-clone

common-lisp htmx lisp trello trello-clone

Last synced: 2 days ago
JSON representation

A Trello clone demo app in Common Lisp

Awesome Lists containing this project

README

        

# cl-trello-clone

A small Trello clone built in Common Lisp

![cl-trello-demo.gif](cl-trello-demo.gif)

## Usage
```lisp
(ql:quickload :cl-trello-clone)
(cl-trello-clone:start :port 3000)
```

Go to `http://localhost:3000` in your browser to see the demo in action.

## Installation
```
cd ~/quicklisp/local-projects
git clone https://github.com/rajasegar/cl-trello-clone
```

## Author

* Rajasegar Chandran

## Copyright

Copyright (c) 2021 Rajasegar Chandran