Skip to content

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.

Notifications You must be signed in to change notification settings

GeorgiaHunt89/Team-Profile-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator

MIT License

Description

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.

Installation Instructions

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.

Usage Information

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

Application Walk-through Video

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 Gif

HTML Team Profile Display Gif

Team Profile Generator Command Line Prompts Gif

Contributors

Georgia Hunt

Test Instructions

To run tests on this application simply install 'npm install jest' and run 'npm run test' through the command line.

Deployment Link

https://github.com/GeorgiaHunt89/Team-Profile-Generator

Questions

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

License

This project is protected under MIT License, please read through the license terms and conditions.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published