This project implements a modular arithmetic calculator using a Finite State Machine (FSM) architecture in PHP. The main goal is to compute the remainder of a number (in any base ≤ 10) modulo a given ...