/Team-Profile-Generator

Team Profile Generator is a Node.js command-line application that will ask a user a series of questions and generate an HTML file displaying summaries for each member of the team.

Primary LanguageJavaScriptThe UnlicenseUnlicense

Team Profile Generator

owner Owner tech Tech license License

Table of contents

Description

Team Profile Generator is a Node.js command line application that will ask a user a series of questions and generate an HTML file displaying summaries for each member of the team.

Features

Heres an example output based on some Wandavision characters.

Example rendered html file generated with this application.

  • Builds an html file based on user input.
  • Includes header.
  • Each employee has a card with their information.
  • Saved into a folder with an accompanying css file.

Demonstration

Quick and simple.

A short demo of the application in use.

Install

Start by cloning this project:

$ git clone https://github.com/Connerjm/Team-Profile-Generator.git

First install dependencies:

$ npm i

Then run the application:

$ node index.js

License

Team Profile Generator is released under the Unlicense.