/Team-Profile-Generator

A Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Primary LanguageJavaScript

Team-Profile-Generator

NPM version GitHub license

Description

A Node CLI tested application that prompts the user about his team information and generates an reposnsive HTML webpage that displays summaries for team member.

Table of contents

Installation

The user needs to run:

npm install

in the command line in order to install the required dependencies for this app on your system. In order to run this app please type in the command line and execute:

node app.js

Usage

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. This assignment must also pass all unit tests. When the user has completed building the team, the application will create an HTML file that displays a nicely formatted team roster based on the information provided by the user.

inquirer

Please click here to see the functionality of this app.

License

This project is licensed under the MIT.

Contributing

See Questions section.

Tests

To run tests, run the following command:

npm run test

test

Questions

If you have any questions about the repo, open an issue or contact me directly at gguedesantonio@gmail.com. You can find more about my work at Github profile.

Screenshots

html_screenshot