This is a Node CLI that takes in information about employees and generates an HTML webpage that displays summaries for each person.
-
Step 1. Git clone this link to your terminal: https://github.com/jeverett93/employeesummary.git
-
Step 2. Navigate into the cloned repository.
-
Step 3. Install the jest and inquirer dependencies into your command line using the following commands respectively:
npm install jest npm install inquirer
-
Step 4. Run the application from the command line with following command:
node app.js
Node.Js, JavaScript, GIT, GitHub, HTML, CSS, Bootstrap, Command- Line
As a manager or team leader
I want to generate a webpage that displays my team's basic info
so that I have quick access to emails and GitHub profiles
-
Portfolio: jeverett.github.io
-
Email: josheverett93@gmail.com
To run tests:
npm run test