function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vishal RamchandraVishal Ramchandra 

create web component

Hi folks,
Plese check below schenarion. i'm not getting which step i have to do first .
We want you to create a small Lightning Web Component application.
Vishal RamchandraVishal Ramchandra

Please find below rest of the schenarion. Please any one let me knw step wise what should i do first....etc
Authentication

The Product & Fund API uses OAuth 2.0 Client Credential flow to authenticate incoming requests. You will need to use the authentication details below to generate an access token. The access token can then be added as a HTTP authorization header when sending requests to the Product & Fund API (Authorization: Bearer [access_token]).
ttps://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#get-a-token
OAuth Endpointhttps://login.microsoftonline.com/019a2b10-1d9e-4d71-8ed6-30f39b21def4/oauth2/token
Client Iddb8606e1-73b8-49f3-94ae-c47a87602b0e
Client Secret44cjQ0YJ008tc106q*BYDb40
Grant Typeclient_credentials
Scopehttps://synaptic.onmicrosoft.com/salesforcedev

Product & Fund API

There is a Swagger site for the Product & Fund API
https://ingress.synaptic.co.uk/swagger/?urls.primaryName=Synaptic%20Product%20%26%20Fund%20Data%20API 
which provides sample requests and responses for this API. You will want to use the GET /funds endpoint to search for funds by name.

Salesforce App

Using Lightning Web Components, create a UI similar to the layout below. The UI should allow users to input a fund name and use the search button to display a list/table of results. The results should include the fund SynCode, Name, Promoter and Unit Price and because there can often be a large number of funds returned, you should limit the total number of results to 50.