https://github.com/onebit5/work-management-app
A program that helps your company to add workers introducing some information of them.
https://github.com/onebit5/work-management-app
Last synced: about 1 year ago
JSON representation
A program that helps your company to add workers introducing some information of them.
- Host: GitHub
- URL: https://github.com/onebit5/work-management-app
- Owner: Onebit5
- License: bsd-3-clause
- Created: 2024-01-17T22:30:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T22:45:17.000Z (over 2 years ago)
- Last Synced: 2025-01-21T17:49:53.758Z (over 1 year ago)
- Language: C#
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Worker Management System
The Worker Management System is a console-based application for managing information about workers in a company. It allows you to view all workers, add new workers, and remove existing workers.
## Features
- View all workers: See a list of all workers in the system.
- Add new worker: Add a new worker with details such as name, ID, phone number, entry date, salary, vacation status, and work type.
- Remove worker: Remove a worker from the system based on their ID.
## Getting Started
### Prerequisites
- [.NET Core SDK](https://dotnet.microsoft.com/download) must be installed on your machine.
## Usage
Select an option from the menu by entering the corresponding number.
Follow the prompts to complete the selected action.
## Contributing
### Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
Fork the repository.
Create a new branch: git checkout -b feature/new-feature.
Make your changes and commit them: git commit -m 'Add new feature'.
Push to the branch: git push origin feature/new-feature.
Submit a pull request.
# License
This project is licensed under the BSD-3-Clause