A software engineering team generator command line application. The application will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and interns.
As a manager
I want to generate a webpage that displays my team's basic info
so that I have quick access to emails and GitHub profiles
The following animation demonstrates the application functionality:
Node JS, JavaScript
Adding regex patterns for all validation to further get outputs that you want. I was trying to add a phone number and number ONLY regex patterns but could not get them to work.

