A Node.js 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.
Here's a video showing functionality:
First Install Node.js
Then you'll need to use the terminal to run "npm init" and "npm install inquirer".
Next run "npm install jest --save-dev" in the terminal.
Next, open the package.json file. Note that the scripts property already has a "test" property. Go ahead and change that value to jest.
Open the command line and run "node app" and then answer each question prompted. After completing the questionnaire your HTML file will be written in the dist folder of the application! ("./dist/index.html")
Made with ❤️ by Jefferson Quandt