Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

71 lines (41 loc) · 1.62 KB

Roster Generator

In this challenge we created a command-line application from scratch that takes in information about employees on a team to then generate an HTML page that displays summaries for each person.. This project utilizes Node.js to power the back-end of this application, Inquirer to ask questions to help the user build their roster, and Fs to help write and read files.

Table of Contents

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

Installation

This application uses multiple packages, so be sure to use npm install before running.

Usage

To run the application, use node index.

You will be presented with mulitple questions allowing you to do different functions add employees.

To Run Locally

Clone the project

  Fork Repository

Go to the project directory

  cd Roster-Generator

Install dependencies

  npm install

Run the Genarator

  node index

Demo

Roster-Generator-Example.mp4

Screenshot

Desktop Screenshot 2022 11 08 - 05 23 34 74