Skip to content

JMess87/OrgChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module 10 Read Me - Project Org Chart

Description

Create a node.js command line application that takes in information about employees on a software engineering team, then generate an HTML webpage that displays summaries for each person.

The repo will be uploaded so there will be nothing to "publish". Repo will include the following.

  1. index.js
  2. package.json
  3. package-lock.json

Instructions for external user

  1. Save all documents to local location
  2. Navigate to the folder in git bash.
  3. Ensure that node.js is installed on your machine.
  4. Install NPM by inputting npm i
  5. run the file by inputting node index into the command line.

Checklist of contents

  1. Manager a. Name b. Employee ID c. email address d. office number
  2. Engineer a. Name b. Employee ID c. Email d. GitHub username
  3. Intern a. Name b. ID c. Email d. School

Link to video of walk through

Resources and Credits

Used base code for file creation from my Module 9 assignment - CreateReadMe from the command prompt.

Alternative lines of questioning = https://stackoverflow.com/questions/61691283/it-is-possible-to-create-branching-questions-with-inquirer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published