- Description
- Installation Instructions
- Usage Information
- Application Walk-through Video
- Contributors
- Test Instructions
- Deployment Link
- Questions
- License
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.
Simply clone the repository into your directory, then right click and run Open Intergrated Terminal, run 'npm install' to install the required dependencies. To start adding team members open the command line and run 'node index.js', and follow the prompts to add your team members, once completed your team profiles will be stored in the newly created ./dist folder.
This application provides the user with quick and easy access to add a team member profile through the command line. This application employs the following dependencies:
- Node.js
- NPM
- Inquirer.js
- Jest
Walkthrough video demonstrating how to open the application in the command line and add individual team members, the resulting index.html file created and the full input added through the Team Profile Generator prompts
- Team Profile Generator Walkthrough Video
- HTML Team Profile Display Video
- Team Profile Generator Command Line Prompts Video
Georgia Hunt
To run tests on this application simply install 'npm install jest' and run 'npm run test' through the command line.
https://github.com/GeorgiaHunt89/Team-Profile-Generator
I would love to hear your feedback, please don't hesitate to contact me via email at georgialhunt89@gmail.com or visit my profile on GitHub
This project is protected under , please read through the license terms and conditions.


