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-web
Install dependencies:
npm install
Start the development server:
npm run dev
Open 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