The what, why, and how:
Work Team Profile Generator is a node.js command-line application that takes in information about employees on a software engineering team and then gerates an HTML webpage that displays summaries for each person.
- Upon launcing the application the user is displayed with series of questions.
- The user is prompted to enter the team manager's name, employee ID, email address, and office number.
- Then the user is presented with a menu with the option to add an engineer or an intern or to finish building my team.
- When the user selects the engineer option then the user is prompted to enter the engineer’s name, ID, email, and GitHub username, and user is taken back to the menu.
- When the user select the intern option then the user is prompted to enter the intern’s name, ID, email, and school, and the user is taken back to the menu.
- When the user decide to finish building the team then the user exit the application, and the HTML is generated.
The application use the Inquirer
and Jest
package , so ensure to install and use Inquirer version 8.2.4. and use the following command in the project folder: npm i inquirer@8.2.4
.
npm run test
This project is licensed under The MIT License
The demo link for this project
If you have any questions about this repo, open an issue or contact me directly at sakthiloganathan1127@gmail.com. You can find more of my work at @sploganathan