Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.32 KB

File metadata and controls

55 lines (31 loc) · 1.32 KB

Mondrian Art Problem Web App

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


Overview

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.

Local Development

Prerequisites

Installation

Clone the repository:

git clone https://github.com/PhoenixSmaug/mondrian-web.git
cd mondrian-web

Install dependencies:

npm install

Running Locally

Start the development server:

npm run dev

Open http://localhost:5173 in your browser to view the app.

License

This project is licensed under the MIT License. See LICENSE for details.


(c) Mia Müßig