https://github.com/cliff-rosenberg/10-team_profile_generator
A Node.js command-line app that generates a HTML file displaying a Dev Team's details
https://github.com/cliff-rosenberg/10-team_profile_generator
bootstrap html5 nodejs
Last synced: 2 months ago
JSON representation
A Node.js command-line app that generates a HTML file displaying a Dev Team's details
- Host: GitHub
- URL: https://github.com/cliff-rosenberg/10-team_profile_generator
- Owner: cliff-rosenberg
- Created: 2022-05-15T04:50:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T03:54:19.000Z (about 4 years ago)
- Last Synced: 2025-03-22T11:48:28.967Z (over 1 year ago)
- Topics: bootstrap, html5, nodejs
- Language: JavaScript
- Homepage:
- Size: 737 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Profile Generator
## Licensing-
[](./LICENSE)
Link: [MIT License](https://opensource.org/licenses/MIT)
## Description-
This is a Node.js command-line JavaScript app that takes information about employees on a software engineering team, then generates a HTML webpage to display a summary for each team member. It also has unit tests of the Objects used to store the team member's information using Jest.
## Installation-
There is no install needed, the app was run locally and a screencapture was produced to demonstate the app's functions and testing results.
## Screenshot/Video-
Link to walk-throught video on YouTube - [https://youtu.be/rUFg8_KWH50](https://youtu.be/rUFg8_KWH50)
Screenshot of sample rendered 'teaminfo.html' file output:

## Usage-
The app runs from the command line using Node. All the requirements are installed by typing 'npm install' in a terminal window prior to launching the main app. Launch the main app by typing 'node index.js' in terminal window after the required libraries have installed.
## Contributing-
[Contributor Covenant](https://www.contributor-covenant.org/)
## Testing-
Testing of the app's Objects is provided by the [Jest](https://jestjs.io/) testing suite. Makes sure Jest is installed, then type 'npm test' to run through the Object testing.
## Additional Info-
- Github: [cliff-rosenberg](https://github.com/cliff-rosenberg)
- Email: cliff459@icloud.com