In this team developer, the user can form a team of interns, engineers, and managers through a single program. This is done entirely through JavaScript. I also used Inquirer and Jest to help code this monstrosity. This project we also had to test our function thanks to the “npm run test” command in our integrated terminals.
You can use this to create a team of employees in seconds. Simply type “node index.js” into your terminal and answer the prompts that pop up in the terminal. You can add any amount of interns and engineers to your team while you are only limited to one manager at this time. Once you are done with your team, simply select “Nah” and the program will generate a custom HTML page for the user.
Me and Mike popping off during office hours
There is a test folder in this program already set up for the user. Just type “npm run test” to test this code yourself
Github Username: Sean-Lee-17