This Node command line app enables you to enter information about employees and then generate a styled HTML page to display the information about each employee. The creation of this app leveraged test-driven development with the Jest npm package.
Technologies used: Node.js, npm, Inquirer, Jest, HTML, CSS, Javascript
Contact: hil.ferraro@gmail.com
To start using this application, first ensure you have Node.js and npm installed. Then follow these steps:
- Fork this repository
- Run
npm init
- Run
npm install
- Run
node app.js
to start the application.
- When the application starts, answer each prompt or leave blank.
- When all questions have been answered, a file named team.html will be generated within an output folder within the directory where you are running the app.
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
- Inquirer
- Jest
- License Badges
- FontAwesome icons
- Thank you to @tiffany-brand and Kemp for assisting with exporting values for duplicate validation.