Node.js command line application that accepts user-inputted information about employees (manager, engineers, interns) and outputs to an HTML file that displays team profiles.
AS A manager
I WANT to generate a webpage that displays my team's basic info
SO THAT I have quick access to their emails and GitHub profiles
- Install latest version of node.js
- Clone this repo
- Open your favorite Terminal application
- Navigate to the cloned repo folder
- Run
npm i
- Run
npm install inquirer
- Run
node index.js
to start the team profile generator in your Terminal - Follow instructions in the command line
- An HTML file will generate in the dist folder in the repository directory.
Link to GitHub Repository
My GitHub Username is jenniwritescode. Please contact me via email with additional questions.