Skip to content

This project demonstrates how Node Package Manager (npm) can help in making coding more efficient through Test-Driven Development (TDD Method). Here we'll be using the TDD method to test multiple actors (Employee, Manager, Engineer, & Intern), and use the code to help us create a team profile generator. Alongside TDD, we'll also be using Inquire…

Notifications You must be signed in to change notification settings

jermeewinn/team-profile-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

team-profile-generator

Description:

This project demonstrates how Node Package Manager (npm) can help in making coding more efficient through Test-Driven Development (TDD Method).

Here we'll be using the TDD method to test multiple actors (Employee, Manager, Engineer, & Intern), and use the code to help us create a team profile generator. Alongside TDD, we'll also be using Inquirer and FS to create a question prompt for the user to fill out, and use the results to generate a simple HTML page.

Installation:

  • $git clone git@github.com:jermeewinn/team-profile-generator.git
  • $npm init
  • $npm install inquirer
  • $npm install jest --save-dev

Languages used:

  • Javascript
  • HTML (generated)
  • CSS Bulma
  • Node Package Manager
  • Inquirer

Demo of the Application:

https://watch.screencastify.com/v/KBJ11ux6MkazU0nlVdL1

A sample of the generated HTML can be found in the 'src' folder.

Contributors:

Made by Jeremy Huynh

About

This project demonstrates how Node Package Manager (npm) can help in making coding more efficient through Test-Driven Development (TDD Method). Here we'll be using the TDD method to test multiple actors (Employee, Manager, Engineer, & Intern), and use the code to help us create a team profile generator. Alongside TDD, we'll also be using Inquire…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published