Skip to content

This application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. You have been provided with tests, so make sure every part of your code passes each provided test.

License

Notifications You must be signed in to change notification settings

forestDean/12-dev-team-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12-dev-team-builder

licence badge node badge

Description

This application will take in information about employees in a software engineering team, then generates an HTML webpage that displays summaries for each person.

Tests are provided to check the code functionality.

Installation

The directory must be downloaded to a Node.js environment. Version 16.13.0 was used for this build.

  • Relevent dependancies can be installed with npm install

Usage

The app is initialised with the terminal command node index

  • Follow the commands in the terminal window...

terminal-window

Here is an example of a DEV TEAM BUILDER generated by the app:

team-builder

A sample--team.html can be found in the output directory.

Tests

The built-in tests use Jest to check the code functionality of the app classes.

  • The tests are initialised with the terminal command npm run test

jest-test

Credits

Questions

License

MIT License - A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

About

This application will take in information about employees on a software engineering team, then generates an HTML webpage that displays summaries for each person. You have been provided with tests, so make sure every part of your code passes each provided test.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published