/10-team-html-generator

Software engineering team generator: a Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Primary LanguageJavaScriptMIT LicenseMIT

Team HTML Page Generator

Depfu License: MIT

Description

This Node command line app enables you to enter information about employees and then generate a styled HTML page to display the information about each employee. The creation of this app leveraged test-driven development with the Jest npm package.

Technologies used: Node.js, npm, Inquirer, Jest, HTML, CSS, Javascript

Contact: hil.ferraro@gmail.com

Installation

To start using this application, first ensure you have Node.js and npm installed. Then follow these steps:

  1. Fork this repository
  2. Run npm init
  3. Run npm install
  4. Run node app.js to start the application.

Usage

  1. When the application starts, answer each prompt or leave blank.
  2. When all questions have been answered, a file named team.html will be generated within an output folder within the directory where you are running the app.

Video Demo

Watch the video demo!

Screenshots of the App

Command Line

Screen Shot 2020-08-28 at 9 41 25 PM

HTML Output

Screen Shot 2020-08-29 at 9 32 34 AM

Passing Tests

Screen Shot 2020-08-29 at 9 10 58 AM

User Story

As a manager
I want to generate a webpage that displays my team's basic info
so that I have quick access to emails and GitHub profiles

Honorable Mentions