A node.js app that generates a company team roster based on user input.
To install, download or clone this repo to a directory on your computer. Open a CL terminal in the root directory on your machine and run npm install to install the dependencies. (Note: Downloading the repo as a zip file may nest the root directory inside another directory so make sure you are in the directory that contains index.js)
Click here for a video tutorial on how to use this app!
To use Roster Gen, open a CL terminal to the root directory for the application. Run node index to start the app. You will be first be prompted to enter information for the team manager. After you have finished entering the manager, you will be taken to a menu where you can add an engineer or an intern. Add as many team members as you would like. When you are finished, select quit and it will generate an HTML file with your team roster in the dist directory as "index.html".
Run npm test to test.
Additionally, you can run npm test employee, npm test engineer, npm test intern, or npm test manager if you want to run the tests individually.
Craig Bennett

