employee_template_genertor

Generate profiles HTML file using node.js

Criteria provided by client:

A user wants to create an HTML file using a command line application to have access to the team information. The user wants to capture information for the roles: Engineer, Intern, and Manager. The application should allow to generate one or multiple roles.

How to use this application

  • Use the app.js file
  • Ensure to install NPM and Iquirer
  • Anwser the first question "Choose A Profile"
  • Enter the information for each role
  • The "TEAM.HMTL" will be created under the outout folder

Animated GIF of the application

GIF

TEAM file example

HTML_SCREENSHOT

Repository