Skip to content

tkmpraveens/user-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.