You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A software engineering team generator command line application. The application will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and interns.
As a manager I want to generate a webpage that displays my team's basic info
so that I have quick access to emails and GitHub profiles. This project prompts the user to build an engineering team. An engineering team consists of a manager, and any number of engineers and interns.
Technology
Node
Inquirer npm package
Jest
Installation
Firstly make sure to have Node installed. In order to run the code:
npm install
node app.js
Testing
This project uses JEST Testing. To run the tests use the command:
A software engineering team generator command line application. The application will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and interns.