📄️ Base Layer
The base layer contains foundational configurations
📄️ Components Layer
The components layer contains reusable UI components
📄️ Modules Layer
The modules layer contains feature-based modules
📄️ Views Layer
The views layer contains main views, layouts, and context providers
📄️ App or Pages Layer
The app layer is the entry point of the application
📄️ Services Layer
The services layer contains API and business logic services for the application
📄️ libs Layer
The libs layer contains utility functions and helper functions that are used across the application. It is used to store utility functions that are shared between different layers in the application.