This Team Generator is a CLI-based program where the user can input their team members' information to make an easy-to-read HTML document that displays summaries for each person. The cards for each person is rendered according to what their roles are (by what type of objects they are).
Uses inquirer js. All unit tests pass.
The repository is located here.
Please view my video demonstration of the program here.
npm i
Clone this repository and type in the script above on your CLI.
node app
Type in the script above on your CLI.
Please refer to my Github.
Also contact me via email with your inquiries.
Here are some references I used that helped me create this:
Trilogy Education Services example code Mozilla MDN npmjs.com
This project is under The ISC.