The Employee Management Application is a Java-based software designed to streamline the management of employee information. It provides functionalities for HR departments and managers to efficiently handle employee records, including adding, viewing, updating, and deleting employee information.
- Add Employee: Easily add new employee records to the system with relevant information such as name, contact details, department, and position.
- View Employee: View a comprehensive list of all employees currently stored in the system, including their details.
- Update Employee: Modify existing employee information, such as contact details, department, or position.
- Delete Employee: Remove employee records from the system when necessary.
- Search Employee: Quickly find specific employees using search functionalities based on criteria like name, department, or position.
- Java Development Kit (JDK) 8 or later
- Apache Maven (for building the project)
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/employee-management.git
-
Navigate to the project directory:
cd employee-management
-
Build the project using Maven:
mvn clean install
-
Run the application:
java -jar target/employee-management.jar
-
Follow the on-screen instructions to navigate through the application and manage employee records.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.