Skip to content

AndrewTranMSW/teamProfileGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator

Walkthrough video : https://youtu.be/Y5oiq1yPFvs

Description

A Node.js command-line application that takes in information about managers, engineers, and interns on a software engineering team and generates an HTML webpage that displays summaries for each person.

User Story

- AS A manager
- I WANT to generate a webpage that displays my team's basic info
- SO THAT I have quick access to their emails and GitHub profiles

Usage

  • This application will allow user to generate a team profile
  • Users will be prompt to enter a manager information
  • Then user will have choices to select to add a team member (an engineer or an intern) or end the application
  • When user selects Engineer, user will be prompted to enter Engineer information included the GitHub
  • When user selects Intern, user will be prompted to enter Intern information included the school
  • When user selects to end application, HTML page will be generated
  • Once HTML page have been created, all the profile entered will be displayed
  • When user click on an email address in the HTML, default email program opens and populated the TO field of the email with the address
  • When user click on the GitHub username, then that GitHub profile opens in a new tab

Functionality

Technologies Used

Node.js

NPM

Jest

Inquirer.js

Contributor:

Andrew Tran


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published