The assignement requires students to create 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. Because testing is key to making code maintainable, studants must also write unit tests for each part of your code and ensure that it passes all of them.
- node i inquirer
- node i fs
- node i jest
To launch this application:
- node index.js
code created by UNCC Bootcamp Coders, edited by Student Raymond Dover