/Team-Profile-Generator

Generates a profile for a team from the terminal using the inquirer npm package.

Primary LanguageJavaScriptMIT LicenseMIT

Team-Profile-Generator

Licenses

License: MIT

Description

This application is designed with the purpose of maximizing efficincy and organization. Users can quickly build a a team directory for easy access of pertinent team member information. The team information is displayed in a clean polished application.

How To

DEMO

To use this application, users should have node.js installed. Additionally, users should install the npm Inquirer package. This application generates the index.HTML from the terminal command-line.

  • Step one: Open the terminal and type 'node index.js'.

  • Step two: Enter the manager's information.  manager prompts

  • Step three: Enter more team member information or end the application employee prompts

  • Step four: Generate the index.html generated application

generated application

Testing

Testing Testing Video

Credits & Resources

I used many examples from the UT resources provided in class. My tutor Evan Hardek helped me with the promise logic.