Team-Profile-Generator

TEAM PROFILE GENERATOR

badge

Overview

AS A manager, I WANT to generate a webpage that displays my team’s basic info SO THAT I have quick access to their emails and GitHub profiles.

Table of Contents

Description

To dynamically and quickly create a team HTML page, Inquirer NPM was utilized to:

Installation

  1. Create a .gitignore file and include node_modules? and .DS store. This ensures that the node_modules directory isn’t tracked or uploaded to GitHub.
  2. Use the command-line, npm install, to install Inquirer NPM.
  3. Install jest to test the documents.
  4. To start answering questions to create the HTML file, use the command, node index.js.

Usage

Test

Screenshot of Passed Jest Test

Deployed

Screenshot of Inquirer Questions Code

*Click the link to view

Tools

Research

Questions

License

badge

© 2021 Mirza Awal, a student of UMiami Bootcamp. All Rights Reserved. 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.