Skip to content

Using Node.js to build a CLI application to create a generated HTML team profile. This project demonstrates the use of object-oriented programming (OOP) and test-driven development (TDD).

Notifications You must be signed in to change notification settings

gordonlc18/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator GitHub license

by Latravia Gordon

Description

Your challenge is to build a Node.js command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person. Because testing is key to making code maintainable, you’ll also write unit tests for each part of your code and ensure that it passes all of them.

Table of Contents

Requirements

User Story and Acceptance Criteria

Installation

The user should clone the repository then download Node. Run npm install, then add the dependency npm inquirer.

Usage

To begin profile generator run node index.js in your command line.
Click link for video walkthrough - Screencastify

Screenshot

Generated HTML Page

Tests

Please install the Jest package using the following command, npm install --save-dev jest. Then run npm run test when you're ready to test.

Questions

For any questions about the project, please contact me by either of the following links:

License

This project is licensed under the MIT license.

About

Using Node.js to build a CLI application to create a generated HTML team profile. This project demonstrates the use of object-oriented programming (OOP) and test-driven development (TDD).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published