Axios is used to fetch data from API call. You can get dummy API URLs from https://www.randomuser.me/ Install axios npm package in your project npm install axios –save Note: –save…
add comment
Pre-requirements: Nodejs: We will need nodejs to setup reactjs environment. If you have not installed yet, please download and install it from https://nodejs.org/en/download/ React Setup: Once you installed nodejs, Install Reactjs…
add comment