📄️ Code style
This page provides additional coding style guidelines on top of the Angular official coding style guide,
📄️ Folder structure
Folder structure refers to how files and directories are organized within a project. A well-designed methodology helps developers navigate the codebase efficiently and, above all, keeps the project understandable and maintanable as it grows. It provides a clear separation of concerns, making it easier to locate, update, and manage different parts of the application.