This is the first delivery of Fetch a User Info
series of work. It's done with the use of various libraries and/or framework.
These projects are a know-how to understand the basics of how to make an AJAX call, and display the response in a lightweight and customizable responsive structure.
Here you will get a user information with React.js using only Client Side of the framework to make the AJAX API call.
This will also give you the time taken to fetch user details of a user.
Clone or download this repo to your local.
Under the path of user-info-with-react-client
, run the following:
npm install
npm run start
The application runs on port 3000.
This project is licensed under the MIT License.