Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/katiechurchwell/portfolio-generator
- Owner: katiechurchwell
- Created: 2022-01-03T20:59:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T23:12:15.000Z (over 2 years ago)
- Last Synced: 2024-10-12T12:14:35.118Z (about 1 month ago)
- Topics: inquirerjs, nodejs
- Language: CSS
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)