Skip to content

Command-line application that will generate a HTML page using information on your team.

Notifications You must be signed in to change notification settings

LeinadZz/Roster-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command-line application that will generate a HTML page using information on your team.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published