User Management App Overview The User Management App is a web application built with React and Vite that allows administrators to manage users. Key functionalities include adding, editing, deleting, and restoring user profiles, making user management more efficient and streamlined.
Features Add Users: Create new user profiles. Edit Users: Update user details. Delete Users: Remove users from the database. Restore Users: Recover users who have been deleted. Responsive Design: Optimized for desktop and mobile devices. Technologies Used Frontend: React, Vite Styling: CSS, Bootstrap (optional) Backend: Node.js, Express Database: MongoDB Installation Clone the repository:
bash Copy code git clone https://github.com/arbazahmed07/usermanagement-app.git cd usermanagement-app Install dependencies:
bash Copy code npm install Start the development server:
bash Copy code npm run dev The app will be available at http://localhost:5173.
Scripts npm run dev: Start the development server. npm run build: Build the app for production. npm run preview: Preview the production build.