A Node.js command-line application will help a business team to access their team members’ information quickly.
This application that takes in information about employees on a software engineering team, then generates an HTML webpage that displays summaries of the team’s basic information for each person to help the company organization.
How to use it- Run node index.js
in the terminal to start choosing the team role and entering their information to save the data. After creating all needed team members, the generateHTML.js
will automatically create a HTML page from index.html
for you.
To use this Team Profile Generator Application. Please refer the following steps.
You need to clone this package in your computer, and open in VS Code.
You need to run npm install inquirer@8.2.4
in the terminal first to get all necessary dependencies.
node index.js
in your VS Code terminal to start this application. Hence, you will be able to select which employee you want to add by entering the required data!Team Profile Generator Walkthrough Video
If you have any questions about this projects, please contact me!
Chao-Ying(Joyce) Chen