Welcome to TeamTrack Hub – a Java-based Employee Management System built using Swing! This project simplifies managing employee and project details through an intuitive desktop application with a sleek dark mode.
- Add Employee – Easily register employees with project details.
- Display Employees – View all employee records in a structured table.
- Delete Records – Remove selected employees from the list.
- Dark Mode – Enjoy a modern, eye-friendly dark mode interface.
- Field Reset – Clear input fields with a single click.
🖥️ Interface Sneak Peek –
- Clone the Repository:
git clone <repository-url>
Navigate to the Project Directory:
cd TeamTrack
Compile the Java Files:
javac hello/TeamTrack.java
Run the Program:
java hello/TeamTrack
- Java Development Kit (JDK) – Ensure you have JDK 11 or higher installed.
- IDE (Optional) – Use IntelliJ IDEA, Eclipse, or NetBeans to run and modify the project.
- Language – Java ☕
- GUI – Java Swing
- Nimbus Look and Feel – For dark mode theme
- Add persistence for employee records
- Implement search functionality
- Enhance table sorting and filtering
- Export employee records to CSV
Contributions are welcome! Here's how you can contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for more details.
Shashwat
BCA (Hons), Christ University, Bangalore
GitHub | LinkedIn | Email me
Thank you for exploring TeamTrack Hub! 💼