team-profile-generator

Team Profile Generator

Description

A Node.js command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person.

Mock Up

Here’s a video showing functionality:

Link To Video


Installation

First Install Node.js
Then you’ll need to use the terminal to run “npm init” and “npm install inquirer”.
Next run “npm install jest –save-dev” in the terminal.
Next, open the package.json file. Note that the scripts property already has a “test” property. Go ahead and change that value to jest.

Usage

Open the command line and run “node app” and then answer each question prompted. After completing the questionnaire your HTML file will be written in the dist folder of the application! (“./dist/index.html”)

Contributing:

Made with ❤️ by Jefferson Quandt


Questions

Feedback and questions are always welcome! Github Email