{"id":15047804,"url":"https://github.com/zabavb/employee-manager","last_synced_at":"2026-01-02T07:05:09.766Z","repository":{"id":255849787,"uuid":"853733151","full_name":"zabavb/Employee-manager","owner":"zabavb","description":"Employee Manager is a simple console application written in C++ to manage employee records. This project was created to demonstrate core principles of object-oriented programming (OOP) and data management.","archived":false,"fork":false,"pushed_at":"2024-09-07T12:12:30.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T17:17:20.284Z","etag":null,"topics":["app-backend","application","console","console-app","console-application","cplusplus-11","cpp","crud","crud-app","crud-application","file","filesystem","management"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zabavb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-07T11:36:55.000Z","updated_at":"2024-09-22T19:30:40.000Z","dependencies_parsed_at":"2024-09-07T13:47:31.413Z","dependency_job_id":null,"html_url":"https://github.com/zabavb/Employee-manager","commit_stats":null,"previous_names":["zabavb/employee-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabavb%2FEmployee-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabavb%2FEmployee-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabavb%2FEmployee-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zabavb%2FEmployee-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zabavb","download_url":"https://codeload.github.com/zabavb/Employee-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489778,"owners_count":20298997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-backend","application","console","console-app","console-application","cplusplus-11","cpp","crud","crud-app","crud-application","file","filesystem","management"],"created_at":"2024-09-24T21:04:51.822Z","updated_at":"2026-01-02T07:05:09.712Z","avatar_url":"https://github.com/zabavb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.icons8.com/fluency/100/console.png\" alt=\"Employee Manager Logo\" width=\"120\" height=\"120\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eEmployee Manager\u003c/h1\u003e\n\n\u003ch2\u003eProject Overview\u003c/h2\u003e\n\u003cp\u003eEmployee Manager is a simple console application written in C++ to manage employee records. This project was created to demonstrate core principles of object-oriented programming (OOP) and data management.\u003c/p\u003e\n\n\u003ch2\u003eProject Details\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eLanguages:\u003c/strong\u003e \n    \u003ca href=\"https://learn.microsoft.com/en-us/cpp/\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/C++-00599C?style=flat\u0026logo=c%2B%2B\u0026logoColor=white\" alt=\"C++\"\u003e\n    \u003c/a\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eIDE:\u003c/strong\u003e \n    \u003ca href=\"https://visualstudio.microsoft.com/\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Visual%20Studio-5C2D91?style=flat\u0026logo=visual-studio\u0026logoColor=white\" alt=\"Visual Studio\"\u003e\n    \u003c/a\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eProject Type:\u003c/strong\u003e \n    \u003ca href=\"https://learn.microsoft.com/en-us/cpp/build/vscpp-step-1-create?view=msvc-170\" target=\"_blank\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Empty%20Project-007ACC?style=flat\u0026logo=windows-terminal\u0026logoColor=white\" alt=\"Empty Project\"\u003e\n    \u003c/a\u003e\n  \u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eDevelopment Details\u003c/h2\u003e\n\u003cp\u003eThis project was created on December 11, 2022, as part of my programming practice. It was developed exclusively by me.\u003c/p\u003e\n\n\u003ch2\u003eGetting Started\u003c/h2\u003e\n\u003cp\u003eTo get started with this project, follow the official instructions for creating a C++ console application in Visual Studio from Microsoft’s documentation:\u003c/p\u003e\n\u003ca href=\"https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170\" target=\"_blank\"\u003eGetting Started with Visual Studio C++ Console App\u003c/a\u003e\n\n\u003cpre\u003e\u003ccode\u003e\nhttps://github.com/zabavb/Employee-Manager.git\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003cpre\u003e\u003ccode\u003e\ncd currency-exchange\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003cp\u003eOpen the solution file (\u003ccode\u003e.sln\u003c/code\u003e) in Visual Studio and press \u003ccode\u003eF5\u003c/code\u003e to build and run the application.\u003c/p\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003cstrong\u003eEmployee Management:\u003c/strong\u003e Add, delete, and modify employee records using a simple console interface.\u003c/li\u003e\n  \u003cli\u003e\u003cstrong\u003eOOP Concepts:\u003c/strong\u003e Demonstrates the use of classes, inheritance, and encapsulation in C++.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\u003cp\u003eTo use this application, clone the repository and open the solution file in Microsoft Visual Studio. The project contains placeholders where you can extend functionality, such as adding more complex employee data or integrating with a file system.\u003c/p\u003e\n\n\u003ch2\u003eContributing\u003c/h2\u003e\n\u003cp\u003eContributions are welcome! If you have any suggestions or improvements, feel free to fork the repository and submit a pull request.\u003c/p\u003e\n\u003col\u003e\n  \u003cli\u003eFork the Repository: Click the \"Fork\" button at the top-right of this page.\u003c/li\u003e\n  \u003cli\u003eCreate a Branch: Create a new branch for your changes.\u003c/li\u003e\n  \u003cli\u003eCommit Changes: Make your changes and commit them with a descriptive message.\u003c/li\u003e\n  \u003cli\u003ePush to Your Fork: Push your changes to your forked repository.\u003c/li\u003e\n  \u003cli\u003eSubmit a Pull Request: Go to the \"Pull Requests\" tab and submit a new pull request.\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003eContact\u003c/h2\u003e\n\u003cp\u003eFor any questions or inquiries, you can reach me at \u003ca href=\"mailto:bilonizkavik@agmail.com\"\u003ebilonizkavik@agmail.com\u003c/a\u003e or connect with me on \u003ca href=\"https://www.linkedin.com/in/viktor-bilonizhka\" target=\"_blank\"\u003eLinkedIn\u003c/a\u003e.\u003c/p\u003e\n\n\u003ch2\u003eReferences\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003e\u003ca href=\"https://learn.microsoft.com/en-us/cpp/cpp/?view=msvc-170\" target=\"_blank\"\u003eC++ Documentation\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"https://learn.microsoft.com/en-us/visualstudio/\" target=\"_blank\"\u003eMicrosoft Visual Studio Documentation\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eAcknowledgements\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eThanks to the IT Step Computer Academy for the educational support.\u003c/li\u003e\n  \u003cli\u003eSpecial thanks to the open-source community for their contributions and resources.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003chr\u003e\n\n\u003cp align=\"center\"\u003eFeel free to modify or extend this README to fit your needs better. Happy coding!\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabavb%2Femployee-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzabavb%2Femployee-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzabavb%2Femployee-manager/lists"}