Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.08 KB

Lightning Web Component: URL Shortener

This Lightning Web Component (LWC) allows you to shorten URLs and display the shortened URLs in a table within your Salesforce Lightning application. It utilizes a custom Apex class to make API calls for URL shortening.

Features

  • Shorten URLs and display them in a table format.
  • Utilizes a custom Apex class to call an external API for URL shortening.

Installation

To use this component in your Salesforce org, you can deploy it using Salesforce CLI or Salesforce Extensions for Visual Studio Code. Here are the steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/s4SHIVam7/url_Shortner_lwc.git
    

Screenshot

  1. Main Component: image

  2. Success Result: image

  3. Error Result: image