A simple React application to fetch and display random user data from the Random User Generator API.
This React app fetches random user data using the axios library from the Random User Generator API. It provides a user-friendly interface to display various details about the fetched user.
- Fetches and displays random user data.
- Allows users to trigger a manual data fetch using the "Fetch Data" button.
- Presents user details, including name, age, gender, location, email, phone, ID, nationality, and a profile picture.
- React
- Next.js
- Axios