A simple React app to search users by first or last name, with debounced input for optimized performance.
- Search users in real-time.
- Debounced input to reduce unnecessary API calls.
- Displays user details (name, email, phone).
- Shows loading state when fetching data.
-
Clone the repository:
git clone https://github.com/your-repository/user-search-app.git
-
Install dependencies:
npm install
-
Run the app:
npm start
-
Open the app at http://localhost:3000.