An interactive team page generator on the Command Line, made using Node.js and the Inquirer npm package. This program will generate a Bootstrap html page displaying a card for each employee entered. Each card contains summary information, including Name, ID, Email, Role, and one role-specific detail.
- Fork the repo.
- Clone it locally.
npm install
.node app.js
.
The program will ask you simple questions to generate each employee card based on three role types: Manager, Engineer, and Intern.
MIT
Pull Requests are welcome!
Please address questions to GAFelton.