Currency Converter App using LWC and API.

Поділитися
Вставка
  • Опубліковано 16 жов 2024
  • Real time Salesforce project using LWC and API integration to get hands-on experience in Salesforce development.
    Source Code:
    github.com/sha...
    Steps to be followed:
    1. Create account in Abstract API external system:
    app.abstractap...
    2. Add the external domain URL under Trusted URLs in Salesforce
    a) exchange-rates...
    b) encrypted-tbn0...
    3. LWC source code which accepts amount along with From and To Currency and displays calculated data:
    github.com/sha...
    Experience Portal website where the application can be accessed:
    shahbaz-khan-d...
    #sfdc #salesforce #lwc #api #integration #currency #conversion #usd

КОМЕНТАРІ • 3

  • @namanshetty2781
    @namanshetty2781 3 місяці тому

    Can I use remote site or named credentials here instead of trusted site and can you tell me when to use these

    • @codewith_Khan
      @codewith_Khan  3 місяці тому +1

      Hi friend! Apology for the delay as I have been busy for a while!!
      Since in this project I am using fetch API function of LWC instead of using http methods of apex class hence remote site or named credential is not used here instead trusted URLs is used.
      You can watch other project videos where I have used remote site settings/named credentials
      ua-cam.com/video/DQSJI2DqJQc/v-deo.htmlsi=5Q2HKz7AQQ_Sucx9
      ua-cam.com/video/e400so4kzmk/v-deo.htmlsi=Fp0V-CubizJAzffv

    • @namanshetty2781
      @namanshetty2781 3 місяці тому

      ​@@codewith_Khan thanks for the clarification