grave019 / team-profile-generator

build a team through command line prompt OOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Profile Generator

MIT License Badge

Description

This application is a command line prompt interface that allows a user to build a team and have it generated to view on a html page.

Table of Contents

Goals

To make a team profile generator that is easy to use and displayed the people correctly.

Usage

command line aplication

Installation

open --test-- folder in the integrated terminal. Then type the command npm test. Then a series of test will run on the employee, engineer, manager and intern. Then to build your team open index.js in the integrated terminal. type node index.js. You will then answer a series of questions and can build your team and have a web page generated from your series of prompts.

Test

run the command "npm test" in the --test-- folder.

Problems

Getting the html to generate correctly. It became easier after I moved it all to one file. In the future, I would like to enhance my skills and build into a series of files to make it appear cleaner. Also npm test has been difficult to run.

Visualization

index.html image

Please click the youtube link below to view command line application

https://www.youtube.com/watch?v=Gv8LJHnNnrc

the npm test run on the program.

https://youtu.be/qOwvbpeP8xo

Acknowledgements

Brent Graves, Fenix Sampson, Gabriel Causin, Faith Green and the incredible staff at UCF Bootcamp.

Contributions

submit a fork request and can submit your code.

Resources

Eloquent Javascript

License

Copyright 2021 Brent Graves

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.

Contact

GitHub Username: grave019

Link to Github accountgrave019

Email: brent.r.graves82@gmail.com

About

build a team through command line prompt OOP


Languages

Language:JavaScript 78.4%Language:HTML 21.6%