This project is 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.
Clone or download this repo to your local.
Under the path of display-user-with-react
, run the following, which will run the application on port:3000.
npm install
npm run start
This project is licensed under the MIT License.