The goal of this assignment is to build a Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. Also write a unit test for every part of the code and ensure that it passes each test. For the application I use Jest for running the unit tests and Inquirer for collecting input from the user. The application will be invoked by using the following command:
node index.js
The following image shows a mock-up of the generated HTML’s appearance and functionality and some examples of the code.
Clicking this link you will find the video.