This project is a simple React application that fetches user data from an external API and displays it as a list.
Users can search/filter the list by name using a controlled input.
- Fetch users from API
- Loading and error state handling
- Search users by name
- Component-based structure
- Clean and simple UI
- React
- Vite
- JavaScript (ES6)
- CSS
- Fetch API
services/– API requestscomponents/– Reusable UI componentsApp.jsx– Main application logic
npm install
npm run dev