Skip to content

Built & tested a Node.js command-line application that takes in information about employees and generates an HTML webpage that displays summaries for each employee input.

Notifications You must be signed in to change notification settings

MinnieAkuma199/Profile-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile-Generator

License: MIT

Description

  • Employers need to have an way to easily add information about employees and to see it displayed dynamically. I built a Node.js command-line application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each employee input.

  • I wrote a test for the constructor classes created to ensure they were passing in the values I wanted correctly. Through this I learned how to use Jest to write tests and specifically continued working with command line interfaces. The video linked under Usage demonstrates functionality and passing of all tests created.

Table of Contents

Technology Used

Tech Used: Jest, Inquirer, Node, JavaScript, HTML

Installation

All dependencies are installed by using the following command:

npm i

Usage

LINK to Video of the Functionality of App

alt text

Contributors

https://github.com/MinnieAkuma199

Tests

I used the Jest library to run the tests created. I used the Inquirer library to collect input from the user and display the profiles according to the input.

Additional Questions

kristyndcb@gmail.com

License

MIT License

Copyright (c) [2022] [Kristyn Del Campo-Banrevy]
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

Built & tested a Node.js command-line application that takes in information about employees and generates an HTML webpage that displays summaries for each employee input.

Topics

Resources

Stars

Watchers

Forks