Skip to content

Work Team Profile Generator is a node.js command-line application that takes in information about employees on a software engineering team and then gerates an HTML webpage that displays summaries for each person.

License

Notifications You must be signed in to change notification settings

SPloganathan/work-team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Team Profile Generator

License

Table of Contents

Description

The what, why, and how:

Work Team Profile Generator is a node.js command-line application that takes in information about employees on a software engineering team and then gerates an HTML webpage that displays summaries for each person.

Usage

  • Upon launcing the application the user is displayed with series of questions.
  • The user is prompted to enter the team manager's name, employee ID, email address, and office number.
  • Then the user is presented with a menu with the option to add an engineer or an intern or to finish building my team.
  • When the user selects the engineer option then the user is prompted to enter the engineer’s name, ID, email, and GitHub username, and user is taken back to the menu.
  • When the user select the intern option then the user is prompted to enter the intern’s name, ID, email, and school, and the user is taken back to the menu.
  • When the user decide to finish building the team then the user exit the application, and the HTML is generated.

Installation

The application use the Inquirer and Jest package , so ensure to install and use Inquirer version 8.2.4. and use the following command in the project folder: npm i [email protected].

Test

npm run test

License

This project is licensed under The MIT License

Demo

The demo link for this project

Questions

If you have any questions about this repo, open an issue or contact me directly at [email protected]. You can find more of my work at @sploganathan


About

Work Team Profile Generator is a node.js command-line application that takes in information about employees on a software engineering team and then gerates an HTML webpage that displays summaries for each person.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published