This repo is for a Node.js command-line application that takes in information about employees on a team and dynamically generates a webpage that displays a summary for each person.
LIVE DEMO: https://drive.google.com/file/d/1T5EJF5ZMHfdiYBuwffOat1nw5WzF-oLp/view?usp=sharing

Runtime: Node.js
Lanuage: Javascript
Dependencies:
"inquirer": "^8.2.0"
Download this repository or fork and clone it to your local device.
Run an npm install to install all of the dependencies.
Test the application using jest by running:
npm test
Start the application by running:
node server.js
After inputting all of the employee information, the dist/index.html will automatically update and be ready to publish!