Skip to content

A Node.js command-line application that takes information about employees on software engineering team and generates an HTML webpage with cards containing the employee information entered.

License

Notifications You must be signed in to change notification settings

Rudys212/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

team-profile-generator

Description


A Node.js command-line application that takes information about employees on software engineering team and generates an HTML webpage with cards containing the employee information entered.

How to Use


  • The user would start by entering in the command line, npm i to ensure all the dependencies are installed
  • The user would then be able to run test by doing npm test in the command line. This helps to keep the code maintainable
  • The user would then start the application with the command node index.js
  • The user would then be prompted to enter the information of the team's manager. Once entered the user will have the option of entering an engineer or intern for the team. They could also select Done adding team members

Screenshot of the manager questions

  • The user could then enter an engineer next. When done answering, the user can continue to add engineers, intern or select done.

Screenshot of the engineer questions

  • The user can enter an intern. When done answering, the user can continue to add interns, or select done

    Screenshot of the intern questions

  • When Done adding team members is selected, an HTML webpage containing cards with the entered employee information are created and displayed on the page.

    Screenshot of cards on webpage

Built With


  • CSS
  • HTML
  • Javascript
  • NodeJS

Contributors


forthebadge

License


MIT License

Copyright (c) 2021 Rudys212

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Links


About

A Node.js command-line application that takes information about employees on software engineering team and generates an HTML webpage with cards containing the employee information entered.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published