jordandub1 / Team_Profile_Generator

This is a command-line application that takes in user input about employees on a software engineering team, then generates an HTML webpage displaying a card for each employee.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team_Profile_Generator

License: ISC

Description

This is a command-line application that takes in user input about employees on a software engineering team, then generates an HTML webpage displaying a card for each employee.

Table of Contents

Installation

To install necessary dependencies, please run the following command:

npm install

Usage

This application requires node.js to start the application. Please enter the following to start:

node index.js

You will then be prompted to answer a series of questions about your team. When finished, your file will automatically be saved to the ./dist directory where you can access.

Team_Profile_Generator

Application Demo

License

This project is covered under the ISC license. Visit the following link for more information on this license: ISC

Tests

To test, please run the following command:

npm run test

Questions

For any questions about the project, please contact me by either of the following links:

or visit my GithHub profile

About

This is a command-line application that takes in user input about employees on a software engineering team, then generates an HTML webpage displaying a card for each employee.


Languages

Language:JavaScript 97.0%Language:CSS 3.0%