Skip to content

julieritz/Template-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Engine - Employee Summary

Link

https://github.com/julieritz/Template-Engine

Description

This template engine helps the user create an html page to keep track of information of everyone on their team. The team is led by one manager. The user can add as many engineers and interns as they like after that.

This app is structured by:

  • Requiring in js files, path and fs.
  • Creating a place for the html file to be stored.
  • Using inquirer and several arrays/objects to store questions for each type of user.
  • An async function to get manager info and add new team members.
  • An async function to get the data of the new team members.
  • Push the data collected to an html file stored in the output folder.

Table of Contents

Installation

Pull from this repository. Check dependencies and make sure to run npm i for all necessary- you will need jest and inquirer.

Usage

Use command "node app.js" to run in command line.

License

None

Contributors

Julie Ritz

Tests

Located in the "test" folder. Will check against employee and each extended type thereafter to make sure data is being pulled in the correct manner.

Questions

Reach out to me if you have any questions!

image image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors