Skip to content

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.

Notifications You must be signed in to change notification settings

Jefid/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published