A simple and responsive User Management System built using React JS.
This project demonstrates basic CRUD operations (Create, Read, Update, Delete) with data stored and fetched from MockAPI.io.
- Add new users
- View user list
- Edit existing user details
- Delete users
- Responsive and modern UI design
- React JS (Vite)
- Axios (for API calls)
- Tailwind CSS (for styling)
- MockAPI.io (as a backend database)