Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.41 KB

Employee Management System

The Employee Management System is a Windows application that allows users to manage employee records and tasks. It provides functionalities such as adding new employees, assigning tasks, tracking task completion, and generating reports.

Features

  • User Authentication: Users can log in with their credentials to access the system.
  • Employee Management: Add, update, and delete employee records.
  • Task Assignment: Assign tasks to employees, set due dates, and track their completion status.
  • Task Tracking: Monitor task progress, track completion time, and view detailed task information.

Technologies Used

  • C#: Used as the programming language for the application logic.
  • Windows Forms: Used for creating the user interface and handling user interactions.
  • .NET Framework: Provides the underlying framework for building Windows applications.

Getting Started

  1. Clone the repository: git clone https://github.com/yusupovbg/EmployeeManagementSystem.git
  2. Open the solution file (EmployeeManagementSystem.sln) in Visual Studio.
  3. Install any required dependencies or packages.
  4. Build the solution.
  5. Run the application by clicking the "Start" button or pressing F5.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request.

License

This project is licensed under the MIT License.