team-profile-generator
There are 17 repositories under team-profile-generator topic.
deponte-designer/Team-Profile-Generator
The Team Profile Generator is a command-line application that streamlines the creation of a team's organizational chart. It uses JavaScript and Node.js, with Inquirer.js for user prompts and Jest for testing. The app simplifies team building by collecting user input and generating an HTML representation of the team structure.
Noemiegrau/team-profile-generator
A team profile generator using Nodejs, OOP and TDD (Jest tests).
TheInfamousGrim/team-profile-generator
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.
jbtiglao/team-profile-generator
A Node.js command-line application that takes in information about employees in a software engineering team, then generates a HTML web page that displays summaries for each person.
milla56/Generate-Team-Profile
An application that generates HTML files using input from a command-line interface.
senseilein/team-profile-generator
This command-line application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person (based on their role in the company).
shisinbin/team-profile-generator
Node.js app that uses class structures (OOP inheritance) and unit testing (Jest)
VimukthiGunasekara/team-profile-generator
This app generates a team profile using the Inquirer module from Node.js and displays the information on a newly created HTML page. This app focused on OOP and TDD using jest.
ByteSizeError/Team-Profile-Generator
Team Profile Generator - This project is a team profile generator, it takes in user inputs with inquirer and creates an HTML page with all their team's information. My motivation for this project was to create something that can help people who work in large teams keep track of their team information. The problem this solves is it can help team members easily find information on their teammates at a glance.
cfoster121/team-profile-cli
This application allows the user to create a web page displaying company team members via CLI
E11Evated/job-role-generator
takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person.
jkaho/team-profile-generator
Command-line team profile generator built with Node.js
jwilferd10/Team-Profile-Generator
A command-line application built with Node.js. Enables users to create team profiles by answering a series of prompts. The information provided is then used to generate a structured HTML output.
lshim98/team-profile-generator
Simple Output(s)
melissakinsey/team
Why reinvent the wheel? This app lets you generate prefilled team profile documents. Just generate a new profile, customize it for your project, et voilĂ ! Your team profile is ready to roll.
nhanng19/team_generator
A team profile generator invoked by Node.js through our terminal using Inquirer package.
pmAdriaan/team-profile-generator
A command-line application that generates a HTML file for a team profile.