An interactive React web application for exploring and solving the Mondrian Art Problem, which is a fascinating mathematical and combinatorial challenge.
🌐 Live Demo: phoenixsmaug.github.io/mondrian-web
This project is a modern, responsive web app built with React and Vite. It provides an interactive environment to experiment with the Mondrian Art Problem. The app is designed for anyone interested in mathematical puzzles, combinatorics, and algorithmic problem solving.
If you are interested in the algorithmic solver and deeper mathematical background, check out the Mondrian solver repository.
Clone the repository:
git clone https://github.com/PhoenixSmaug/mondrian-web.git
cd mondrian-webInstall dependencies:
npm installStart the development server:
npm run devOpen http://localhost:5173 in your browser to view the app.
This project is licensed under the MIT License. See LICENSE for details.
(c) Mia Müßig