Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oakmac/humble-mondrian
- Owner: oakmac
- License: isc
- Created: 2022-09-17T22:42:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T16:21:07.000Z (over 2 years ago)
- Last Synced: 2024-10-15T11:32:02.194Z (3 months ago)
- Language: Clojure
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)