A frontend web app built with React to interact with the user management API. Users can be added, updated, deleted, and listed dynamically.
- React.js
- Tailwind CSS
- Axios
- React Router DOM
- 👥 Display and manage users
- ➕ Add/Edit/Delete users via UI
- 🌀 Real-time updates with API integration
- 🔍 Clean and responsive design
- react
- react-dom
- react-router-dom
- axios
- tailwindcss
- daisyUI (if used)
git clone https://github.com/pabel-sarkar/user-management-client.git
cd user-management-client
npm install
npm run dev