leightongrant / team-profile-generator

This application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Profile Generator

An app to generate a team profile for a company

Description

This is a Node.js command-line application. This application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each employee.

(back to top)

Table of Contents

(back to top)

Installation

To install this app follow the steps below

  • git clone [repo] - To clone repository
  • npm install - To download dependencies

(back to top)

Usage

Follow the steps below to use the app

  • Type: node index.js
  • Follow the prompts to add employees
  • Enter required information
  • Check output folder for newly generated team.hmtl

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  • Fork the project
  • Create your feature branch
  • Commit your changes
  • Push to branch
  • Open a pull request

(back to top)

Tests

To do tests, run the following command/s

  • npm test

(back to top)

Questions

If you have any questions about the repo, open an issue or contact me directly.

Contact me directly at: oneal.grant@outlook.com

Find more info about my work at: misterouija

(back to top)

License

GitHub license

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Screenshot

screenshot

About

This application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person.

License:MIT License


Languages

Language:JavaScript 56.6%Language:HTML 37.6%Language:CSS 5.8%