Github Repository: https://github.com/rgarzadev/Team-Generator
Demo Video: https://drive.google.com/file/d/1VtvGKddR2gHcwFYOWY1WunnnLKLlQPQ3/view?usp=sharing
The goal of this project was to create a Node CLI Engineer team generator that outputs an HTML file based on user command line inputs.
- Run app.js file and follow prompts to begin.
- Enter in Team Manager info.
- Build team by selecting either "Engineer" or "Intern" when prompted.
- Enter in all info for Engineer or Intern employees until all employees are entered.
- When all employees are entered, select "No more employees to enter" option and hit enter.
- App will generate team roster HTML file based on employee input entered.
npm i to install Inquirer.js and dependencies.
Inquirer.js used for user command line prompts: https://www.npmjs.com/package/inquirer
None