Team Profile Generator

About The Project


This is a team profile generator. It is a Node.js CLI app that uses Inquirer to query the user for information regarding a software engineering team, and generates a simple team profile HTML page with summaries for each team member, built using Bootstrap. The aim of this project was to demonstrate my understanding of test-driven development.

Screenshot of the sample team profile

Built With

Bootstrap

Installation

N/A

Usage

This is a Node.js app and requires Node.js to be installed. Get Node.js at https://nodejs.org/en/.

Download the repo contents to a new folder and run the app from your preferred CLI using node index.js. Answer the questions. Choosing to finalize will generate and save the team profile page to the "output" folder.

Acknowledgments