javiistacks / teamProfileGenerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10 Object-Oriented Programming: Team Profile Generator

Generic badge GitHub language count GitHub top language

teamProfileGenerator

Table of Contents

Introduction

The Team Profile Generator is a command-line-input application run in Node that requests information from the user about members of an engineering team and generates an HTML file displaying that information.

Demo

To run the application, type

node index.js

from the command line while in the teamProfileGenerator folder. Screencast Demo

Tests

To run tests on the application, install

npm install jest

and run npm test from the command line while in the teamProfileGenerator folder. Screencast Demo

Sample

This is a sample of the team profile generator.

Development

Bootstrap

  • Bootstrap
    • Bootstrap was used for layout and mobile responsivess

Installations

Type the following npm install commands one at a time: npm i, npm install jest, npm install inquirer in the command line while in the teamProfileGenerator folder.

  • npm

    • npm is the package manager for the Node JavaScript platform.
  • jest

    • Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase.
  • inquirer

    • A collection of common interactive command line user interfaces.

Created by

Repository

Github Repository

Repository at teamProfileGenerator

License

Copyright (c) Javiann Marrero. All rights reserved.
Please be kind and change content if you wish to use this code.

Licensed under the MIT License

Copyright (c) 2021 - present | Javiann Marrero

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

License:MIT License


Languages

Language:JavaScript 58.9%Language:HTML 31.6%Language:CSS 9.5%