Team_Profile_Generator

Team Profile Generator License

Brief Description πŸ“–

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.

Table of Contents πŸ’‘

About Team Profile Generator

When prompted for team members and their information, then an HTML is generated that displays a nicely formatted team roster based on user input.

Installation πŸ—οΈ

npm i

Usage πŸ“

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

Testing

npm test

Screenshots πŸ“·

alt text

Demo Video

https://youtu.be/0gDHoclN5f0

https://bkturner1220.github.io/Team_Profile_Generator

https://github.com/bkturner1220/Team_Profile_Generator

Contact Information

Github Username: bkturner1220
Github: https://github.com/bkturner1220/
Email: bturner@texascdlprep.com

License Information

License
The application is covered under MIT license.

Contributions towards Team Profile Generator πŸ†

SMU Coding boot camp

Additional Information

If you encounter any problems, please feel free to reach out to me by sending me a [Email] to bturner@texascdlprep.com.