Skip to content

tkmpraveens/user-search

Repository files navigation

User Search App

A simple React app to search users by first or last name, with debounced input for optimized performance.

Features

  • Search users in real-time.
  • Debounced input to reduce unnecessary API calls.
  • Displays user details (name, email, phone).
  • Shows loading state when fetching data.

Screenshots

Screenshot 2024-09-12 at 12 40 23 AM Screenshot 2024-09-12 at 12 41 07 AM

Installation

  1. Clone the repository:

    git clone https://github.com/your-repository/user-search-app.git
  2. Install dependencies:

    npm install
  3. Run the app:

    npm start
  4. Open the app at http://localhost:3000.

About

User search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published