Welcome to the Random User Project, a React application that fetches and displays information about random users using the Random User API.
Explore the live demo: Random User Project
The project fetches data from the Random User API and displays information such as name, email, age, address, phone number, and password of a random user. Users can also switch between different information categories using the provided icons.
- Random User Information: Fetch and display information about a random user.
- Category Switching: Switch between different information categories using icons.
- Responsive Design: Suitable for various screen sizes.
-
Clone the repository:
git clone https://github.com/Avinash9694/Random-User-Project.git cd Random-User-Project
-
Install dependencies:
npm install
-
Run the project:
npm start
Visit http://localhost:3000 in your browser to explore the Random User Project.