License

Profile Picture

employeesummary

Description

This is a Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.

Image of Application

Table of Contents

Installation

  • Step 1. Git clone this link to your terminal: https://github.com/jeverett93/employeesummary.git

  • Step 2. Navigate into the cloned repository.

  • Step 3. Install the jest and inquirer dependencies into your command line using the following commands respectively:

    npm install jest
    npm install inquirer
    
  • Step 4. Run the application from the command line with following command:

    node app.js
    

Technology Stack

Node.Js, JavaScript, GIT, GitHub, HTML, CSS, Bootstrap, Command- Line

Usage

As a manager or team leader
I want to generate a webpage that displays my team's basic info
so that I have quick access to emails and GitHub profiles

Contributors

github.com/jeverett93

Contact

Tests

To run tests:

npm run test