This application is my first full Node.js project that generates a quick personal portfolio html page using the Inquirer npm package and answering personal questions about yourself and a few of your projects through the command line.
After answering all the questions, your portfolio will be generated under dist/ as an HTML page.
Inquirer Questions:
- What is your name?
- Github username
- Confirm add About section?
- About section if confirmed 'y'
- Project name
- Project Description
- Project technologies
- Project Github link
- Feature or do not feature project on portfolio?
- Add another project confirm?
-
Download the application to your local drive, open the command line with the application at the root and run 'Node app.js'
-
After you have completed answering all your questions, the generated index.html will appear under dist/