An open API service indexing awesome lists of open source software.

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.

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