This project required building 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.
When prompted for team members and their information, then an HTML is generated that displays a nicely formatted team roster based on user input.
npm i
Inquirer is easiest to use when installed with npm: npm install inquirer. Then you can load the module into your code with a require call: const inquirer = require(βinquirerβ);
Enter management information. You will be redirected to a menu, where you can choose to add an engineer, add an intern, or end the application
npm test

https://bkturner1220.github.io/Team_Profile_Generator
https://github.com/bkturner1220/Team_Profile_Generator
Github Username: bkturner1220
Github: https://github.com/bkturner1220/
Email: bturner@texascdlprep.com
The application is covered under MIT license.
SMU Coding boot camp
If you encounter any problems, please feel free to reach out to me by sending me a [Email] to bturner@texascdlprep.com.