Skip to content

vpratnicki/Team-Profile-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator

Description

The Team Profile Generator is a Node.js command-line application that prompts the user for information about their team of employees and then generates a webpage that displays summaries for each person.

Table of Contents

Installation

The following steps are how to install and set up the generator:

  1. Clone the repo: git clone [email protected]:vpratnicki/Team-Profile-Generator.git.
  2. Install NPM package: npm install [email protected]

Usage

To use this app, type ‘node index’ to invoke the application from the command line. Answer all of the prompts and then open the file that is now populated in the dist directory.

Here is a screenshot of the prompts: Screen shot of user promts

This is the page that is generated using the prompt responses: Screen shot of website generated from prompts

Contributing

Contributions are greatly appreciated! In fact, they are what makes this open source community such a wonderful place to learn, develop, and create. I welcome all suggestions that would make this project better, please fork the repo and create a pull request. Additionally you can open an issue with the tag "enhancement".

Fork the Project:

  1. Create your feature branch (git checkout -b feature/awesome-feature).
  2. Commit your changes (git commit -m 'Add some awesome feature').
  3. Push to the branch (git push origin feature/awesome-feature),
  4. Open a Pull Request.

Tests

Testing is key to making code maintainable, this app was biult using Jest. To run the test:

  1. Install NPM package: npm install --save-dev jest
  2. Enter npm test in the command line.

Questions

Have any questions about this project? Please reach out!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published