Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/katiechurchwell/portfolio-generator

Command-line portfolio page generator.
https://github.com/katiechurchwell/portfolio-generator

inquirerjs nodejs

Last synced: 3 days ago
JSON representation

Command-line portfolio page generator.

Awesome Lists containing this project

README

        

# Portfolio Generator
[![project-languages-used](https://img.shields.io/github/languages/count/katiechurchwell/portfolio-generator?color=important)](https://github.com/katiechurchwell/portfolio-generator)
[![project-top-language](https://img.shields.io/github/languages/top/katiechurchwell/portfolio-generator?color=blueviolet)](https://github.com/katiechurchwell/portfolio-generator)

## Summary
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=flat&logo=css3&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=flat&logo=node.js&logoColor=white)

Dynamically generates an HTML portfolio page based on user prompts from the command-line. Built with Node.js and [Inquirer.js](https://github.com/SBoudrias/Inquirer.js).

## Example of Generated Page
![A screenshot of a generated portfolio page.](./img/portfolio-generator-screenshot.jpeg)

## Installation
Clone the repository to your machine.

## Usage
- Run ```node app``` in the terminal
- Follow the prompts
- Navigate to your generated page: ```dist/index.html```

## Questions
If you have any questions about this project, please open an issue or use the contact information below:
* [katiechurchwell](https://www.github.com/katiechurchwell)
* [[email protected]](mailto:[email protected])

---
![](https://img.shields.io/badge/license-MIT-blue)