Integrate the code from Question 1 into a ReactJS application and display the id
and name
field on the page as HTML. Use CSS to make it look nice. Upload code to Github or any other site of your choosing.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Created react application that will fetch the data and display it on the cards. Just hover on various cards to see the name of the user.
You can checkout the deployed project here:-