by Latravia Gordon
Your challenge is to build 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, you’ll also write unit tests for each part of your code and ensure that it passes all of them.
The user should clone the repository then download Node. Run npm install
, then add the dependency npm inquirer
.
To begin profile generator run node index.js
in your command line.
Click link for video walkthrough - Screencastify
Please install the Jest package using the following command, npm install --save-dev jest
. Then run npm run test
when you're ready to test.
For any questions about the project, please contact me by either of the following links:
- Email = gordonlc18@gmail.com or visit my GitHub profile:
- GitHub - gordonlc18
This project is licensed under the MIT license.