A simple full-stack MERN project that allows users to be added through a form, view the user list dynamically, edit user details, and delete users as needed.
- React.js (Vite)
- JavaScript (ES6+)
- React Router
- Axios for API requests
- Node.js
- Express.js
- MongoDB + Mongoose
- CORS & dotenv
✅ Add users through a form (name, last name, ID number, etc.)
✅ View the list of added users dynamically
- Clone the repository
git clone https://github.com/Espadv69/UserManager-MERN.git- Navigate to the project folder
cd UserManager-MERN- Backend setup
cd backend
npm install
node server.js- Frontend setup
cd frontend
npm install
npm run devThis project is open-source and available under the MIT License.


