Skip to content

ekubik/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Profile Generator

Table of Contents

Description

The project allows the user to quickly generate a profile of their work team. The user is asked to input employee details (names, employee ids, email addresses, github profiles etc.). These vary on the type of employee that is selected. Available employee types include manager, engineer and intern. Each team must have one manager, but the composition of the rest of the team is completely under the control of the user. The information input is then converted into a formatted HTML page, which can be found in the /dist folder.

Technologies:

  • Inquirer module
  • Jest
  • Node js
  • Bootstrap CSS Framework

Demonstration

To view a video demonstration of the application's functionality, please follow this link

The project can be run from the command line. It is invoked using the command "node index.js"

Team profiles generated with this application will be stored as a html file in the /dist folder. The profile will appear similar to the sample image below:



Testing

The project underwent unit testing, using the Jest package. All tests passed.



Link

The profile generator can be accessed at https://github.com/ekubik/team-profile-generator

Contact

ewa.kubik@hotmail.com

Future Improvements

The project could be improved by placing some restrictions on input types - such as preventing the user from entering a null input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published