Skip to content

This webpage fetches user data from an external API and displays the information in styled cards. Search filtering by user name is also implemented.

Notifications You must be signed in to change notification settings

IvannaY-1/Fetching-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetching and Displaying User Data

This project consists of JavaScript functions to fetch user data from an API, display user information in styled cards, and provide search functionality to filter users based on a search term.

Table of Contents

Purpose

The purpose of this project is to demonstrate how to fetch user data from an API, display it in styled cards, and implement search functionality to filter users based on their names.

Usage

  1. Open index.html in a web browser.
  2. The page will display a loading message while fetching user data from the API.
  3. Once the data is fetched, user information will be displayed in styled cards. image
  4. Enter a search term in the search bar to filter users by name. image

Getting Started

To run this project locally:

  1. Clone this repository: git clone https://github.com/yourusername/user-data-fetch.git
  2. Navigate to the project directory: cd user-data-fetch
  3. Open index.html in a web browser.

Contributing

Contributions are welcome! If you find a bug or want to enhance the functionality, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

This webpage fetches user data from an external API and displays the information in styled cards. Search filtering by user name is also implemented.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published