https://github.com/ezaiger/team-profile-generator
Module 10 Challenge Assignment - A Node.js command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person.
https://github.com/ezaiger/team-profile-generator
html inquirer javascript jest-tests
Last synced: about 2 months ago
JSON representation
Module 10 Challenge Assignment - A Node.js command-line application that takes in information about employees on a software engineering team and generates an HTML webpage that displays summaries for each person.
- Host: GitHub
- URL: https://github.com/ezaiger/team-profile-generator
- Owner: ezaiger
- Created: 2022-07-03T05:44:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T02:26:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T22:12:49.440Z (over 1 year ago)
- Topics: html, inquirer, javascript, jest-tests
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Profile Generator
Module 10 Challenge Assignment
# Professional README Generator
## License
[](https://opensource.org/licenses/MPL-2.0)
Mozilla Public License 2.0 (MPL-2.0)
Further resources on Mozilla Public License 2.0 (MPL-2.0) - Please click on the license badge above for more information.
## Description
A command-line application that displays a team's basic info and allows quick access to emails to GitHub profiles
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
- Create a .gitignore file and include: node_modules/, .DS_Store/ and package-lock.json.
- Initialize the npm project by entering 'npm init -y' in the command line.
- Install Inquirer by entering 'npm i inquirer@8.2.4' in the command line.
- Install Jest by entering 'npm i jest' in the command line.
- Invoke the application by entering the following command: node index.js
## Usage
Follow this link for the walkthrough video of the application demonstration.
## Contributing
Code provided by ezaiger.
## Tests
N/A
## Questions
My GitHub Profile
If you have additional questions, you can reach me via email