For this week’s challenge I created a team profile generator that allows the user to add and create employee profiles using the integrated terminal. I used the inquirer library to prompt the user to enter information about the team member of their choosing and creating a file that contains the information entered by the user in HTML format. The script is using the inquirer library to prompt the user for specific information about each role and create an instance of each class. The script is defining 3 different classes for Manager, Engineer and Intern and then creating instances of these classes based on the user input.
While in the main folder of the project, enter the following command to execute the chain of prompts of the generator:
node index
Answer all the questions, then click ‘Create Team’ and your HTML file will be created.
(https://sofiasosa92.github.io/Team-Profile-Generator/)
If you have any questions contact me on GitHub or contact Sofia at sofiasosaperez@outlook.com