Skip to content

CLI application built for all managers to generate a webpage that displays their team's basic information so that they have easy access to their emails and GitHub profiles. This app will require node and inquirer to run on the command line. The app will then generate the webpage with the team.

Notifications You must be signed in to change notification settings

bspiewak6/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile Generator for Software Engineering Team

Description

A manager wants to generate a webpage that displays their team's basic information so that they have easy access to their emails and GitHub profiles.

Table of Contents

Technologies

  1. JavaScript
  2. Node.js
  3. Inquirer.js
  4. Jest
  5. HTML
  6. CSS

Screenshot

Mockup that was given with assignment: Screenshot

Requirements

  1. Create a command-line application that accepts user input
    • When prompted for team members and their information, an HTML file is generated that displays the team roster based on the user input
  2. Include links to email and GitHub profiles
    • When the user clicks on the email address, their default email program opens and populates the TO field of the email with the address
    • When the user clicks on the GitHub username, the GitHub profile opens in a new tab
  3. When the user starts the application, they have the ability to enter the team manager's name, employee ID, email address and office number
    • They are then shown a menu with the option to add an engineer or an intern or to finish building the team
  4. When the user selects the engineer section, they are then prompted to enter the engineer’s name, ID, email, and GitHub username, and taken back to the menu
  5. When the user selects the intern option, they are prompted to enter the intern’s name, ID, email, and school, and taken back to the menu
  6. Lastly, they user will decide to finish building the team, exit the application, and the HTML webpage with the team is generated

Links

About

CLI application built for all managers to generate a webpage that displays their team's basic information so that they have easy access to their emails and GitHub profiles. This app will require node and inquirer to run on the command line. The app will then generate the webpage with the team.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published