Generate a webpage that displays your team's basic information; so that you can have quick access to emails, GitHub profiles; and more!
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^2.0.4^0.0.1-security^7.3.3^0.0.1^26.6.3^4.3.3^0.12.7^2.4.211
commits
I did not grasp my renderToHTML( ); correclty- I also did not have the function typed correctly, when I was attempting to call it. The largest takeaway was learning how to properly pass the data into my fs.write function: I needed to store all of my information into a variable; which I passed as an argument to my fs.write function. This was the game changer for me in getting this application running, correctly.
ac12c47View on GitHubAttempt to validate (not applying npmjs.com correctly). I will need peer code review, at this point.
e34e672View on GitHubI needed a win: I redid my button style; and properly aligned my footer (along with additional styles). I also change 'Quit' to 'No additional team members. Generate team. Quit CLI application.' This is to leave room for me to make a "quit();" without getting confused/to avoid naming conclits, if I do need to make such a function to end my CLI app. (there has to be a simple way, without having to redo my app.js, entirely).
7793a20View on GitHubI remember that I still need teamGenerator(); on line 223 (current). I successfully went through the CLI prompts; however, I was not able to "Quit" the app CLI to where it would render to htmlRenderer.js
d675fdaView on GitHub