This is a command line application that generates an html page based on user input. The application runs using Node.js and Inquirer.js. The app is designed to allow the user to add as many team members as they want. When the user is finished entering information, a team.html page will be generated in the output directory and will display each team member as either a manager, engineer or intern. The project utilizes both Bootstrap and custom css for styling.
I also used some styling for the command line utilizing colors to highlight the console log message when a user is successfully added:
This is a screenshot of the generated team.html page:

To install this application you will need to have node.js installed and you will also need to run npm install to install the necessary node modules to run the application.
I have created a YouTube video demonstrating the functionality of this application: https://www.youtube.com/watch?v=eQaE3TZ4zHQ
If you want to contribute to this project we ask that you review The Contributor Covenant Code of Conduct for guidelines. Thank you
This application was tested in node.js using Jest
If you have any questions about this project feel free to email me at jaychap77@yahoo.com.
For more information, or to check out my other projects visit my github page: jaychapman.

