A responsive web application for managing user information with full CRUD (Create, Read, Update, Delete) functionality. Built using HTML, JavaScript, and Bootstrap, the application interacts with a MockAPI endpoint to perform user management operations.
- Dashboard to view all users
- Create new user form
- Edit existing user details
- Delete user functionality
- Responsive design
- Bootstrap-powered UI
- HTML5
- JavaScript (ES6+)
- Bootstrap 5.3
- MockAPI for backend simulation
- Fetch and display user list
- Add new users
- Update user information
- Remove users from the system
- Dynamic form handling
- API interaction using Fetch API
- Clone the repository
- Open
index.html
in a modern web browser - Ensure internet connection for API calls
- Uses MockAPI for backend operations
- Supports GET, POST, PUT, and DELETE methods
- Handling form submissions
- Dynamic data rendering
- Error management in API calls
- Form validation
- Enhanced error handling
- Pagination for user list
- Search and filter functionality