This is a command-line application that generates simple team profile HTML files from the user's responses to the command-line prompts. The user must input information about a team manager, and can also choose to add however many engineers and interns as needed to the team.
- Clone this repository to your local computer
- In the command line, navigate to the cloned repository (the 'team-profile-generator' directory)
- Install the required dependencies (npm inquirer and npm jest) by running the command: npm install
- To run the application tests, enter the command: npm run test
Click here to watch a video walkthrough of the application tests & functionality.
- JavaScript
- Command-line interface
- Node.js
- npm inquirer package
- npm jest package
- npm chalk
- HTML
- CSS
- Google Fonts
- Font Awesome
Please note that the style.css link path in the sample generated HTML file (sample/profile-sample.html), line 15, has been changed due to file placement within the directory structure.
My Github Profile: jkaho
If you have any further questions, feel free to email me at j.h_7@yahoo.com