This is a Node CLI application that takes in user provided information on different employee types. Based on the information provided, the app writes the output to an HTML file. It uses the Inquirer package to prompt for questions.
To install project dependencies run:
npm i
To run tests run:
npm run test
You can download this app and run it by typing on your terminal:
node app.js
The first prompt asks the user to choose either a Manager, Engineer, or Intern. It will then ask more specific questions about the employee type chosen, four questions to be exact. You can keep adding as many employees as needed.
MIT
To contribute to this project do a pull request.
Have any questions? Want to collaborate on a project? Shoot me an email