This is a command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person using the Node.js and inquirer and jest package. When the application is invoked, user is prompted to enter team members and their information including name, employee ID, email address, manager’s office number, engineer’s GitHub username, and intern’s school name. When user finishes building a team and exits the application, the HTML and CSS files are generated.
npm install inquirer@8.2.4 jest
Generated HTML file

Walkthrough video
Copyright © 2022 Claire Cho.