
Develop an end-to-end Salesforce lightning component project, Book My Home, using three objects: property, property owner, and property inquiry, with one-to-many relationships, search filters, and detail views.
Create a property results lightning component that uses a server-side aura-enabled Apex method to fetch property records, then render each as a lightning card on a page.
Display property images in a property search lightning component by looping through the property list, rendering each as a lightning card inside a lightning layout with image and details.
Show how to display property details in a lightning card using aura, lightning layout, and inline CSS to render rent, area, bedrooms, bathrooms, furnishing status, and location.
Enhance the property card with a lightning button group including owner details, inquiry, and property details navigation. Use a lightning button, a JavaScript controller, and a style bundle for spacing.
Create a property owner component that uses lightning record view form to display owner details (name, email, phone, address, photo) from the property owner record without Apex, using LDS.
This tutorial is completely project implementation with using of all scenarios of lightning component. If you are familiar with lightning and wants to implement a real time project, go ahead and enroll for this tutorial.
If you are new to Lightning then I would suggest, please go ahead and enroll my "Salsforce Lightning" tutorial first and then enroll for this tutorial.
This project is developed with using all core concepts of lightning component where you can learn and implement this real time project with understanding of each concepts. All source codes including Object schema, Apex class, Component bundle shared with this tutorial for your reference.
Simply subscribe this course and implement this lightning component project to have a experience with real time implementation of the project and enhance your knowledge to be lightning expert .
We have developed this project with Property Filter module, Property listed module, property details navigation module, property location tag module.
Detail implementation of -:
Object Schema and field details used for Project ( can create or can install provided package)
Create lightning component with Server side call to get records
Display server records in Search
Display details of each record in custom component
Button logic implementation
Navigation to other record and pages in aura
Use of Event to communicate between components
component composition
use of map and many more with detailed explanation
Each module explained very clearly with live code and development and explained each resource deeply to make everyone to understand this clearly.