I created this app to quickly create a team profile page for future group projects or collaborations. It solves the issue of spending valuable time creating a team page by generating a basic website from simple command line inputs. I learned how to create my own modules, how to make recursive Inquirer prompts, and how to utilize Jest.
You install the project by cloning the Github Repo, then installing Node.js and Inquirer. You can also download the code or copy it to your machine.
You use the app by following command line prompts to input the manager's information. You will then be prompted to add engineers or interns. You can add as many as you want! Once you're finished, choose that option instead of adding more employees. A file called team_page.html will be generated in the ./dist folder.
Feel free to push changes to GitHub on your own branch or simply email me!
You can test the app using Jest. You can also test the app by running the code and comparing your input to the generated page.
Copyright (c) Sam Gates. All rights reserved. Licensed under the GPL license.
Please view a video demonstration of this app here.
Check out my GitHub Profile.
Email with questions! You can reach me at sam.j.gates@gmail.com.


