Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oakmac/humble-mondrian

Piet Mondrian painting in HumbleUI
https://github.com/oakmac/humble-mondrian

Last synced: about 2 months ago
JSON representation

Piet Mondrian painting in HumbleUI

Awesome Lists containing this project

README

        

# Mondrian Painting in HumbleUI

As a challenge for my coding bootcamp students when teaching them CSS, I would
ask them to build this [Piet Mondrian painting] using flexbox.

As an exercise for myself (and to test out the layout system), I did the same
using [HumbleUI].

This project originally adapted from [humble-deck].

[Piet Mondrian painting]:https://github.com/oakmac/flexbox-layout-exercises#problem-3---piet-mondrian-painting
[HumbleUI]:https://github.com/HumbleUI/HumbleUI
[humble-deck]:https://github.com/tonsky/humble-deck

## Screenshot

## Development

Make sure that [Clojure v1.11.1](https://clojure.org/releases/downloads) is installed, then:

```sh
## run the program
./script/run.sh

## Run a REPL
clj -M:repl/rebel
```

## License

[ISC License](LICENSE.md)