Skip to content

mohasin-hossain/user-management-complete-crud-client

Repository files navigation

User Management - Complete CRUD Application

This is a complete user management application that allows the user to create, read, update, and delete user information. It provides a clean and simple interface for managing user data with basic functionalities like adding, editing, and removing users.

Demo

You can view the live demo of the application here:
User Management Demo

Features

  • Create new users with essential information (name, email, etc.)
  • Read a list of all users stored in the system
  • Update user information (edit name, email, etc.)
  • Delete users from the list
  • Simple and user-friendly UI for managing users

Technologies Used

  • Frontend: React.js, Tailwind CSS
  • Backend: Express, MongoDB