Team Profile Generator is a Node.js command line application that will ask a user a series of questions and generate an HTML file displaying summaries for each member of the team.
Heres an example output based on some Wandavision characters.
- Builds an html file based on user input.
- Includes header.
- Each employee has a card with their information.
- Saved into a folder with an accompanying css file.
Quick and simple.
Start by cloning this project:
$ git clone https://github.com/Connerjm/Team-Profile-Generator.git
First install dependencies:
$ npm i
Then run the application:
$ node index.js
Team Profile Generator is released under the Unlicense.