The purpose of this project is to allow a manager to easily create an HTML page that displays their team's basic information. This is all done in the command-line through prompts using Inquirer to gather the user's input. When run locally, the user will be prompted to enter the manager's info first and then choose which type of employee they would like to add next. The user may choose to add as many or as few employees as they would like. This app also features built-in Jest testing that can be run and viewed within the terminal.