The Employee Management System is a full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) for efficient management of employee data. It provides functionalities for adding and removing employees, as well as centralized display of employee information.
- Add Employees: Easily add new employees to the system with relevant details.
- Remove Employees: Remove employees from the system as needed.
- Centralized Display: View all employees in a centralized dashboard for quick access to their information.
- Frontend:
- React.js
- HTML
- CSS
- Backend:
- Node.js
- Express.js
- Database:
- MongoDB
##Video-show https://github.com/hyperaid/EMPLOYEE-MANAGEMENT/assets/97845012/d633fb0b-b3ab-4a09-8673-f243eceba34a
-
Clone the repository:
bash
Copy code
git clone https://github.com/hyperaid/EMPLOYEE-MANAGEMENT.git -
Navigate to the project directory:
bash
Copy code
cd EMPLOYEE-MANAGEMENT -
Install dependencies:
bash
Copy code
npm install -
Start the application:
bash
Copy code
npm start -
Open your browser and visit
http://localhost:3000to view the application.
- Upon launching the application, you will be presented with the employee management dashboard.
- Use the "Add Employee" button to add new employees, providing their details.
- To remove an employee, click on the "Remove" button next to their name.
- Employee data is displayed in a centralized manner for easy access and management.
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.# Employee Management System
The Employee Management System is a full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) for efficient management of employee data. It provides functionalities for adding and removing employees, as well as centralized display of employee information.
- Add Employees: Easily add new employees to the system with relevant details.
- Remove Employees: Remove employees from the system as needed.
- Centralized Display: View all employees in a centralized dashboard for quick access to their information.
- Frontend:
- React.js
- HTML
- CSS
- Backend:
- Node.js
- Express.js
- Database:
- MongoDB
-
Clone the repository:
bash
Copy code
git clone https://github.com/hyperaid/EMPLOYEE-MANAGEMENT.git -
Navigate to the project directory:
bash
Copy code
cd EMPLOYEE-MANAGEMENT -
Install dependencies:
bash
Copy code
npm install -
Start the application:
bash
Copy code
npm start -
Open your browser and visit
http://localhost:3000to view the application.
- Upon launching the application, you will be presented with the employee management dashboard.
- Use the "Add Employee" button to add new employees, providing their details.
- To remove an employee, click on the "Remove" button next to their name.
- Employee data is displayed in a centralized manner for easy access and management.
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License.