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.
- run git clone https://github.com/OilPainter1/Team-Profile-Generator.git
- cd into the project
- run npm i
- run npm run start
- the final html output will be in the dist folder
- Node.js
- npm Inquirer
- npm Jest
- 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
https://drive.google.com/file/d/1tTs9UtNSbtMBqNWB_qoUrf28dV6QQg_P/view