This repository contains a collection of Apex classes, triggers, and Lightning Web Components (LWC) developed for training purposes on the Salesforce platform. Each component is accompanied by unit tests to ensure functionality and reliability.
The main components of this repository are organized within the force-app/main/default directory. This structure aligns with the Salesforce DX project format, facilitating seamless integration and deployment.
Apex Classes: Custom server-side logic implemented to extend Salesforce capabilities.
Triggers: Automated actions executed in response to specific events on Salesforce records.
LWC: Modern, reusable UI components built on Salesforce using the LWC framework.