/ideal-fortnight

Node.js command-line application that takes in information about employees.

Primary LanguageJavaScript

License: MIT

Object-Oriented Programming - Team Profile Generator

Description

The goal of this assignment is to build 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. Also write a unit test for every part of the code and ensure that it passes each test. For the application I use Jest for running the unit tests and Inquirer for collecting input from the user. The application will be invoked by using the following command:

node index.js

Screenshots of the application

The following image shows a mock-up of the generated HTML’s appearance and functionality and some examples of the code.

HTML webpage titled “My Team” Questions Tests

Walkthrough Video:

Clicking this link you will find the video.