Project information
- Category: Command-Line design
- Client: UoT SCS
- Project date: 20 August, 2021
- Project URL: Team Profile Generator
- Project Demo URL: YouTube Demo
Portfolio Details
This project required building 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. Tests were written for each part of the code
using Jest to ensure that it passes all of them.
When prompted for team members and their information, then an HTML is generated that
displays a nicely formatted team roster based on user input.