The Profile Generator is a Node application that allows a Team Manager to generate a team profile containing the details of the employees who make up the team, based on the Team Manager’s input. A photo of the employees can also be displayed.
An example of the completed profile can be seen below, created for an imaginary company. The logo and profile pictures were generated using Midjourney 6.0 for the purposes of the example.
https://bootcampist.github.io/node-to-joy/

N/A
After running the index.js file in the terminal, The Team Manager is prompted for the details of both themselves and the other team members.
Employee ID numbers can be entered manually. If no value is entered when prompted, a unique ID number will be automatically assigned.
Once the details have been entered, the Team Manager is able to exit the application and the profile is automatically generated as an HTML file styled with CSS.
This application is covered by the MIT Licence.
The application utilises classes and sub classes for the different employee types and these were tested using the Jest testing suite to ensure they functioned as intended.