The frontend is a single-page application (SPA) built with React and TypeScript. Its architecture follows a modular, feature-based structure, designed to maximize maintainability, scalability, and developer efficiency.

Key Principles


Project Structure

The src/Components directory is structured by purpose:

This structure ensures high clarity for new developers onboarding into the codebase, while supporting rapid iteration and scalability.