JonPhoenix / team-creator-app

This command line application will build a software engineering team by prompting the user for information about the team manager and then information about the team members. The manager can input any number of team members, and they may be a mix of engineers and interns.

Home Page:https://github.com/JonPhoenix/team-creator-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Badge

Team Creator App

Description

This command line application will build a software engineering team by prompting the user for information about the team manager and then information about the team members. The manager can input any number of team members, and they may be a mix of engineers and interns.

When the manager has completed his team, the application will create an HTML file that displays a team roster with the information previously provided. Using the Team Creator App a manager will have a quick access to the name, role, email and GitHub profile / School of each team member.

The Team Creator App has been created with JavaScript, Node.js, ES6+, using the standard library package fs (file system), installing the Inquirer package and the Jest package as dependencies.

This command-line application will run in Terminal (Mac), Git Bash (Windows), and VSCode (Mac & Windows). The final deployed team.html file will look similar to this preview:

Team Creator App

Table of Contents

Installation

To run the Team Creator App you will need to install: The provided package.json containing the required dependencies.

Usage

How this application can be used: Input node index.js in the command-line. The following walk-through demo shows the app functionality:

Team Creator App

A validation method has been coded in the app to ensure that the information provided has the expected format. When the application completes its intended function, the command-line interface (CLI) will look similar to this preview:

Team Creator App

Once the new team.html file is successfully created, it will be placed in the provided output directory, similar to this preview:

Team Creator App

The following video demonstrates the entirety of the app's functionality:

Team Creator App Video Demo


License

MIT

Contributing

Jon Phoenix

Tests

Use this command to run a test: npm run test in the Command-Line Interface. The tests for the created classes must all pass.


Questions

GitHub Badge

Profile Pic

Application repository: https://github.com/JonPhoenix/team-creator-app

For further questions, please contact the author at: jonphx@uw.edu


References

* w3schools.com
* developer.mozilla.org
* freecodecamp.org

* nodejs.org
* node.readthedocs.io
* npmjs.com

* screencastify.com


About

This command line application will build a software engineering team by prompting the user for information about the team manager and then information about the team members. The manager can input any number of team members, and they may be a mix of engineers and interns.

https://github.com/JonPhoenix/team-creator-app

License:MIT License


Languages

Language:JavaScript 64.4%Language:HTML 30.0%Language:CSS 5.6%