https://github.com/mmdevcodes/mondrian
Generate Mondrian-inspired wallpapers
https://github.com/mmdevcodes/mondrian
css-grid generator javascript layout mondrian wallpaper
Last synced: 6 days ago
JSON representation
Generate Mondrian-inspired wallpapers
- Host: GitHub
- URL: https://github.com/mmdevcodes/mondrian
- Owner: mmdevcodes
- License: gpl-3.0
- Created: 2018-12-18T04:24:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T13:48:18.000Z (about 7 years ago)
- Last Synced: 2026-03-27T23:42:17.020Z (11 days ago)
- Topics: css-grid, generator, javascript, layout, mondrian, wallpaper
- Language: JavaScript
- Homepage: https://mmahandev.github.io/mondrian/
- Size: 5.85 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mondrian Wallpaper Generator
Generate wallpapers similar to art by Piet Mondrian using CSS Grid and JS. Inspired by [a video](https://youtu.be/qNtJ5p3h2A4) from from Jen Simmons.
[Demo site](https://mauricemahan.github.io/mondrian/)
## Examples

## Installing
```
npm install
```
## Development
```
npm start
```
## Previewing
```
npm run preview
```
## Building
```
npm run build
```