Team_Profile_Generator

Team Profile Generator

## Description: This application was created to generate software engineer team profile based on user input provides by user in command line prompt. User can enter details of team manager and information about their team members and displaying all the information on newly created html page with applying style.

## Table of Contents

## Installation: To clone the repo:

git clone git@github.com:VaishaliQA/Team_Profile_Generator.git
Run ‘npm install’ to install dependencies
Run ‘node index.js’ to run program

## Usage: Instructions for use:
Project was built in node.js using the inquirer package and runs on the command line using node index.js command. Here, you can see the visual of entire process.

https://user-images.githubusercontent.com/54869821/190055411-2f58a4e4-722d-44d6-882b-046c71cce881.mp4

teamprofile

Here is the link to see generated html file.
Team Profile Generator File

## Tests: There are also unit tests to help you build the classes necessary.

npm run test

## Tools:

## Technologies:

## License: License used for this project - Apache License 2.0
For more information on license types, please reference this website.
Apache-2.0