acucunato / team-profile-generator

This application is a Node CLI that takes in information about Software Engineering Team employees and generates an HTML webpage which displays summaries for each person.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Profile Generator

Created during Week 10 of UPenn Coding Bootcamp.

Overview

This application builds a Software Engineering Team generated through the command line. The application will prompt the user for information about the team manager and then information about the team members. The user can input any number of team members, and they may be a mix of engineers and interns. The application will be invoked with the following command:

node app.js

Utilizing the App

  • The user will open the app.js file in their terminal and run the command npm i, then run the command node app.js.

  • The user will be answer each prompt for each role chosen and will fill in the information about their Software Engineering Team.

  • When the user has completed building the team, the application will create an HTML file that displays a nicely formatted team roster based on the information provided by the user.

Demo

Developer Team Generator Developer Team Generator

Tech used

  • HTML
  • CSS
  • Bootstrap
  • Javascript
  • Node.js
  • NPM

Contributers

  • Alyssa Cucunato

About

This application is a Node CLI that takes in information about Software Engineering Team employees and generates an HTML webpage which displays summaries for each person.


Languages

Language:JavaScript 76.2%Language:HTML 23.8%