/team-teamprofile

A 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.

Primary LanguageJavaScript

Team Profile Page Generator

MIT License

Description

A command line program that generates an HTML file based on console input. Sample Output screenshot

Table of Contents

Installation

  1. Install Node
  2. Download or clone repository
  3. Open a terminal in the downloaded folder
  4. Install dependencies npm i

Usage

  1. Run using this command: node index
  2. Follow on-screen instructions.

License

Licensed under MIT License

Contributing

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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request