UserFetchify is a simple JavaScript project that fetches user data from the JSONPlaceholder API and displays it dynamically. You can specify how many users to load and view detailed information for each user.
- Load a custom number of users dynamically
- Display user names with a button to get detailed info
- Show user details like name, email, and phone
- Clean and responsive user interface
- Clone or download this repository.
- Open the
index.html
file in your web browser. - Enter the number of users you want to load in the input box.
- Click the Click-Me button to fetch and display the users.
- Click the Get button next to a user to view their detailed information.
git clone https://github.com/HasibCoderLab/UserFetchify.git
- Clone the repository or download the source code.
- Open the
index.html
file in your favorite web browser. - Enter the number of users you want to fetch in the input box.
- Click the Click-Me button to load the users.
- Click the Get button next to any user to view their details.
- HTML5
- CSS3
- JavaScript (Fetch API)
UserFetchify/
│
├── index.html
├── style.css
├── API.js
└── README.md
This project is licensed under the MIT License.
Developed by HasibCoderLab