Your task is to take the given starter code and convert it into a working Node.js command-line application. This application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. You have been provided with tests, so make sure every part of your code passes each provided test.
As a manager a user want to generate a webpage that displays my team's basic info so that a user have quick access to their emails and GitHub profiles.
This application used Inquirer for collecting input from the user. The application will be invoked by using the following command:
node index.js
This application used Jest for running the unit tests. The application will be invoked by using the following command:
npm tests
Below is an image of the file tree related to the testing aspect of this application.
The user is presented with a series of questions. Once the user has answered all questions the final result will be in the output folder.
The final result as displayed below.
© 2023 Bex Ford