- Author
- Title
- Description
- Installation
- Usage
- License
- Contributing
- Tests
- Questions
The author of this project is: Dee Ann Scanniello
OOP-Programming
This app asks the user to select between a Create Manager, Create Engineer, Create Intern, or Create Team options. The user is then asked various questions about each employee to enter in oder to create an html output of a team roster. Validation was used for all the inputs. Challenges included how to get the data for each employee into one inquirer response. This was achieved by creating separate functions for each employee, and then pushing that employee data to an employee object array that was used to render the html. A loop was created by calling the userPrompt function at the end of each employee function. The loop was ended when the Create Team option was selected. This option called the render html file function and then wrote the data to an html file. Some challenges were found in the validation part of the assignment, which was optional, but a little trial and error fixed those right up.
Install the project by doing the following: Enter npm install in the Terminal window.
Use the app by doing the following: The Author has chosen not to describe how to use their app.
License: APACHE 2.0
Contributing: There is no contributing data to show.
Tests: The Author has no tests to show.