Using Node.js command line; this app will take in the users input information to render a full card deck of employees. (Employee, Engineer, Manager, Intern are the ones used in this example) This application will provide tests for each class to ensure that everything is running correctly (demonstration in video)
- clone this app
- Open the repo and use the terminal
- Run npm init
- Run npm install
- npm test to test
- node index.js to initiate
When opened in the terminal and pathway matches where cloned repo is saved, run node index.js and answer the questions the user is promted. An html file will be generated so the user can view their inputs.
Untitled_.Nov.8.2021.9_20.AM.mp4
Thank you Mr Tofuuu for helping me with the set up