/Team-Profile-Generator

Command line program that turns user input into an html page that displays the input

Primary LanguageJavaScript

Team-Profile-Generator

This app generates an html page with the information of members on a team which is inputted by the user. The final html page will include the name, role, email, employee ID, and one other piece of information depending on the employee's role.

Running the Program:

In the command line:

Accessing html output

  • the final html output will be in the dist folder

Technologies Used:

  • Node.js
  • npm Inquirer
  • npm Jest

Organization:

  • tests folder: contains tests for Employee, Engineer, Intern, and Manager classes
  • lib folder: contains classes for Employee, Engineer, Intern, and Manager
  • dist folder: contains final html file that includes the inputted team information
  • index.js: contains main logic for the program

Video Walkthrough:

https://drive.google.com/file/d/1tTs9UtNSbtMBqNWB_qoUrf28dV6QQg_P/view

Image:

Team-Profile-Generator-Screen-Shot