A console app built with C# that creates employee security badges for a company.
As a user looking for an efficient way to create employee security badges, I would like an application that allows me to input an employee name, ID, and photo link, and uses the information to generate a completely formatted employee badge that I can access as a PNG file.
Users are prompted by the command line to input information that is generated into an employee badge.
Users can create multiple employee badges at once. A CSV file is generated containing all employee information.
Users can also choose to fetch employee data from an API. This API returns random employee data and is to demonstrate the application's ability to import a set of data and generate many employee badges at once.
- C#
- .NET
- Clone the repo using
git clone
- Navigate to the root directory of the application in the terminal
- Run
dotnet run
in the command line to launch the application