An open API service indexing awesome lists of open source software.

https://github.com/drewk2629/team-profile-generator

A CLI that I made that generates an employee HTML page for you!
https://github.com/drewk2629/team-profile-generator

bootstrap html inquirer javascript jest

Last synced: 2 months ago
JSON representation

A CLI that I made that generates an employee HTML page for you!

Awesome Lists containing this project

README

          

# team-profile-generator

## About the Project
Criteria: As a Manager I want to generate a webpage that displays my team's basic info so that I have quick access to their emails and GitHub profiles.

Using jest to test in the terminal once everything passes we use Inquirer for user data collection. After the data is collected, we have a HTML document that is generated.

![Screenshot 2022-03-28 194618](https://user-images.githubusercontent.com/94206317/160506244-e252fb2b-8751-4c4f-8eda-4e735990d82e.png)

## Technologies Used
HTML, Bootstrap, JavaScript, Jest, Inquirer

## Video Demo Here
https://user-images.githubusercontent.com/94206317/160508772-aa097337-5c70-49cf-a936-d50aee481d46.mp4