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!
- Host: GitHub
- URL: https://github.com/drewk2629/team-profile-generator
- Owner: drewk2629
- Created: 2022-03-28T22:36:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T23:02:37.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T06:16:27.526Z (about 1 year ago)
- Topics: bootstrap, html, inquirer, javascript, jest
- Language: JavaScript
- Homepage:
- Size: 6.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## Technologies Used
HTML, Bootstrap, JavaScript, Jest, Inquirer
## Video Demo Here
https://user-images.githubusercontent.com/94206317/160508772-aa097337-5c70-49cf-a936-d50aee481d46.mp4