Team Roster

License

License: MIT

Description

The application will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and interns. When the user has completed building the team, the application will create an HTML file that displays a nicely formatted team roster based on the information provided by the user.

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

Screenshots

Screenshot of Team Page

Table of contents

Installation

In the command line, run:

* require node.js
* npm init -y
* npm install inquirer

Usage

In your command line, run node index and follow the prompts to generate a a new employee card within node.

Demo

animated demo of app

Contributors

Please contribute to this code.

Test

Run npm run test to run all tests. This project uses Jest as a test runner.

Technology

  • Javascript
  • Node.js
  • HTML
  • Inquirer API
  • Jest API