Generates a list of names and status from information prompted to the user by the command line about a project Team.
In this program, we use node.js and its inquirer
package to store user input, and we also use jest
to run unit testing.
To run this program, you must install the required packages from npm. Here is a step-by-step guide.
- Navigate to the correct folder/workspace that includes the correct package.json file.
- From you command line, gitbash, or terminal, invoke
npm install
and you should have to correct node modules. - Now that you have the required dependancies, you are ready to begin the application.
- In your command line, run
index.js
to start.
Upon launching the application, the user will be prompted, from the command line, questions that retain to the
content of the Team that you are to input. The user will have to enter information such as 'Title', 'Name', and 'Email' etc.
Upon adding all the desired members of the team, starting with the manager, an index.html
file will be created to neatly display all the members.