The goal of this application is to build a Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. Unit tests are ran utilizing the Jest Node.js package, and Inquirer for collecting input from the user.
This application is not deployed, so below is a link to the walkthrough video.
- User Story
- Installation and Usage
- Technologies Utilized
- Screenshots and Walkthrough
- Contributors
- License
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
In order to run this application, you will want to git clone
this repository so that the code is on your local machine. Run npm i
while in the root directory in order to install all necessary Node.js dependencies. The application will be invoked by using the command node index.js
.
Tests passed, application sucessfully rendered
Thank you for checking out my project! If you would like to see more of my work, please take a peek at my GitHub and portfolio.
This project is licensed under the MIT License
Please click on the green MIT License Shield above to learn more about what the limitations of this license are.