A React App, built with Vite, Chakra UI and Axios, that fetches and displays random Name and Email from randomuser API. Hosted on Vercel at https://random-user-eta.vercel.app/
Clone the project
git clone https://github.com/anmoltiwari-dev/random-user.gitGo to the project directory
cd random-userInstall dependencies
npm installStart the server
npm run dev