micheqn3 / portfolio-generator

This application renders a professional portfolio based on user input and is run through the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Portfolio Generator

This repository contains a portfolio generator that is run through the command line using Node.js and Inquirer.
The sample HTML generated using the application can be found in /sample.

Installation

  1. Make sure you have Node.js to run the application
  2. Clone this repo

HTTPS: https://github.com/micheqn3/portfolio-generator.git
SSH: git@github.com:micheqn3/portfolio-generator.git

  1. Install the NPM package

npm install

  1. Run the application in command line

node index

Command line

This repository contains:

  • index.js - This script uses the inquirer package to present to the user a series of questions for their portfolio. The application then retrieves the user's data and generates an HTML file styled with Bootstrap.

Technologies/Languages used:

  • JavaScript
  • Node.js
  • Inquirer

Sample generated HTML

Sample HTML

License License: MIT

MIT

About

This application renders a professional portfolio based on user input and is run through the command line.

License:MIT License


Languages

Language:JavaScript 100.0%