team-profile-generator

Team Profile Generator

Table of Contents

  1. Description
  2. Resources
  3. Visuals
  4. Installation
  5. Usage
  6. Author and Acknowledgements

Decription

The assignement requires students to create a Node.js command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person. Because testing is key to making code maintainable, studants must also write unit tests for each part of your code and ensure that it passes all of them.

Resources

-Repository

-Video Link

Visuals

Team Profile Generator

Installation

- node i inquirer
- node i fs
- node i jest 

Usage

To launch this application:

- node index.js

Author and Acknowledgements

code created by UNCC Bootcamp Coders, edited by Student Raymond Dover