This program will interact with the client through the command line using the node.js . After the client has completed the command line questionnaire, the program will auto generate a team profile HTML page with team members and work related information.
Download
the file from this repository and open in Vs-code.- Open the terminal in the root directory of this file while in vs-code
- type
npm install
in the terminal and wait for all the installs to finish. - type
node index.js
in the terminal to start the application and begin the questionnaire.
- Open a terminal in the root directory and type
npm run test
. - You can also type
npm run testFileName
, to test a specific file. - The terminal will show which tests passed or failed.
- JavaScript
- Node.js
- inquirer.js
- Jest npm
https://github.com/Itzamary/Team-Profile-Generator
https://drive.google.com/file/d/1-LjW1oVTnyqzKb5wd3L5mAK6vtMG-_nr/view