/BackEnd-Team-Profile-Generator

This is a BackEnd Application that runs in Node.js. It uses the inquirer npm package to get the user input to dynamically create a team profile based on that input. Users can choose between a Manager, an Engineer, and an Intern role to pick from and the number of cards created would be based on the user input. Each employee would have its unique sets of inputs but they will share some common information. After the user made his choices an HTML file will be created and saved using the file system "fs" Node module.

Primary LanguageJavaScript

No issues in this repository yet.