/teamProfileGenerator

module 10 challenge- Object Oriented Programming

Primary LanguageJavaScriptMIT LicenseMIT

teamProfileGenerator

This command-line application allows users to generate an a HTML page displaying information about their team members.

The user is prompted to add information about each team member depending on the team member's role.

Once the user has entered information for all of their team members they have the option to dynamically generate an HTML page that uses their input.

Table of Contents

Installation

Usage

Tests

Dependencies

Liscence

Badges

Installation

To use teamProfileGenerator install Node.js and npm to your local machine, then clone the repository.

Usage

Navigate to the project directory, right click on index.js and open your integrated terminal. In the integrated terminal run the command node index.js. Many prompts will appear, answer prompts to create your team.html as needed. Once your team.html is created, you can view it in your default web browser.

Tests

Run "npm run test" in your integrated terminal to run a series of tests using "jest".

Dependencies

teamProfileGenerator uses the following dependencies: "inquirer", "jest", "fs", and "path".

Liscence

License: MIT

Badges

NodeJS

Jest

Find a Video Demo Here:

https://youtu.be/TFL6cgi2uGs