Skip to content

Node.js command-line application that takes information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person.

License

Notifications You must be signed in to change notification settings

raseward14/team_profile_generator

Repository files navigation

Team_Profile_Generator

License: MIT

Description

Node.js command-line application that takes information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. Click the link below for a video walkthrough.

Check out the video here!

Test driven development is utilized. A passing unit test is included for every part of the code. This application utilizes nmp's jest and inquirer packages. Invoke the application by running the command node index.js in the command line.

Table of Contents

Usage

  • The Finished Product
    Team_Profile_Generator

Credits

Here are a few resources that helped me get this project knocked out!

License

  • Link for more information: (https://opensource.org/licenses/MIT)

  • MIT License

    Copyright (c) [year] [fullname]
    
    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.
    

About

Node.js command-line application that takes information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published