Skip to content

andwilson36/Team_Profile_Generator

Repository files navigation

License: MIT

Team_Profile_Generator

Command-line application that will generate a profile for an entire software engineering team. This will take in information from the command line then create a HTML file with each team member having their own card and displaying their information.

Table of Contents

Instructions
Objectives
Media
License

Instructions

This is a step-by-step walk-through of how to work the command line to get the result you want. Make sure to press the enter key after every input to go to the next prompt.

Start

node index.js
Name of manager
Manager's employee ID
Manager's email address
Manager's office number

Engineer

Engineer's name
Engineer's employee ID
Engineer's email
Engineer's GitHub username

Intern

Intern's name
Intern's employee ID
Intern's email
Intern's GitHub username

End

After creating a employee you can select the 'finish team' option from the menu to stop taking input and return the HTML profile.

Finish team

You can also refer to the media section for a video demo.

Objectives

✔️ Prompts user for imformation to be entered about certain employee.

✔️ Tests the employee objects to return data entered.

✔️ Creates a HTML file baised on the information entered by user.

✔️ File structure is organized and HTML file generated goes into folder with css.

✔️ Makes a link for the users GitHub account and opens email with the employees email in the 'To' section.

Media

This is a short video on how to use the application:

Link to video: https://drive.google.com/file/d/1aAbNZL513ydNIQVmpkuGytPXO3O5QXB0/view?usp=sharing

Untitled_.Jul.20.2021.4_54.PM.mp4

This snippet shows how after making a employee it prompts a menu and will navigate the user to where they chose.

This snippet shows the objects being shifted out of the array and the cards being put in the HTML file.

License

The source code is licensed under MIT.

About

Command-line application that will generate a profile for an entire software engineering team.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published