Skip to content

philManWithBeard/team-profile-generator

Repository files navigation

Team Profile Generator

Description

Team profile generator is a node command line application that takes in information about employees using the Inquirer package and generates an HTML webpage that displays summaries for each person.

User Story

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

Try it out on Stackblitz

Go to Stackblitz and type node index.js in the terminal

Installation

  • Clone the repository.
  • To install necessary dependencies, run the following command :
npm i
  • Run this command to check all tests pass:
npm run test
  • The application can be started with the following command:
node index.js

Video Preview

screencast.mov

License

MIT

Contributing

Reach out using the contact details below or create an issue

Questions

See my Github Email: philburrowsfm@gmail.com

Releases

No releases published

Packages

No packages published