kathrynwilkinson / Team-Profile-Generator

Command-line application that takes in information about employees on a software engineering team, then generates in HTML webpage that displays summaries for each person

Home Page:https://kathrynwilkinson.github.io/Team-Profile-Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team-Profile Generator

License: MIT

Command-line application that takes in information about employees on a software engineering team, then generates in HTML webpage that displays summaries for each person.

Table of Contents

Description

Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. Includes unit tests for each class constructor.

Installation

Clone the repository and open it in your preferred code editor. Navigate to the root folder in your command-line and run 'npm i' to install dependencies.

Usage

After installation, run 'npm start' in the root folder to access the prompts and start the generator. Select 'complete' when all team members have been added, open the teamprofile.html file (located in the dist folder) in the browser to view your new team profile!

Tests

Run 'npm test' to test.

Contributing

Sole Author: k.wilkinson

This project was completed as an individual assignment for The Ohio State University Coding Boot Camp.

Contributor Covenant

Visuals

DEMO

screenshot

GithubRepo

Questions?

Please feel free to contact me with any questions via email or LinkedIn.

License

This project is licensed under the MIT License. For more information, please visit: MIT Explained

© 2021 k.wilkinson

About

Command-line application that takes in information about employees on a software engineering team, then generates in HTML webpage that displays summaries for each person

https://kathrynwilkinson.github.io/Team-Profile-Generator


Languages

Language:JavaScript 100.0%