Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilferd10/portfolioforge
A portfolio generator for developers and professionals, powered by Inquirer. Easily showcase your skills, highlight your projects, and get a ready-to-use web profile or a developer-friendly baseline.
https://github.com/jwilferd10/portfolioforge
css font-awesome fontawesome5 html inquirer inquirerjs javascript nodejs npm open-source portfolio portfolio-generator web-development
Last synced: 11 days ago
JSON representation
A portfolio generator for developers and professionals, powered by Inquirer. Easily showcase your skills, highlight your projects, and get a ready-to-use web profile or a developer-friendly baseline.
- Host: GitHub
- URL: https://github.com/jwilferd10/portfolioforge
- Owner: jwilferd10
- License: mit
- Created: 2020-12-08T02:38:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T05:31:13.000Z (5 months ago)
- Last Synced: 2024-10-15T00:49:02.633Z (25 days ago)
- Topics: css, font-awesome, fontawesome5, html, inquirer, inquirerjs, javascript, nodejs, npm, open-source, portfolio, portfolio-generator, web-development
- Language: CSS
- Homepage: https://jwilferd10.github.io/PortfolioForge/
- Size: 120 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
# PortfolioForge
### Create a portfolio, develop your online footprint.:computer: **Github Repository**: https://github.com/jwilferd10/PortfolioForge
:computer: **Live Standard Template Example**: https://jwilferd10.github.io/PortfolioForge/
:computer: **Live Customized Example**: https://jwilferd10.github.io/Jonathan-Wilferd-PortfolioForge/
## :open_file_folder: Table of Contents:
- [Preview](#camera-preview)
- [Demo](#movie_camera-demo)
- [Description](#wave-description)
- [User Story](#book-user-story)
- [Resources Used](#floppy_disk-resources-used)
- [Contributors](#paperclip-contributors)
- [Getting Started](#minidisc-getting-started)
- [Contact Information](#e-mail-contact-information)## :camera: Preview:
Coming Soon!## :wave: Description:
### :globe_with_meridians: Your Digital ShowcaseIn our ever-evolving world, the internet has become an integral part of our lives, profoundly impacting various aspects of our culture and society. Establishing a professional online presence is now more critical than ever, and PortfolioForge is here to assist in that endeavor. PortfolioForge is a versatile and user-friendly portfolio generator tailored to empower developers and professionals. It enables you to effortlessly showcase your skills, talents, and achievements, allowing you to make a meaningful digital impression.
### :rocket: Features:
- Powered by Inquirer, users are guided through the portfolio creation process with multiple questions.
- Tailor your portfolio to highlight your projects and showcase your unique strengths and experiences.
- Further customize your portfolio by selecting a color theme
- Generate a ready-to-use web profile.
- Provides a solid foundation for future development and customization.
- Includes a well-structured style.css for easy customization.
- Access to FontAwesome for diverse and accessible image options.### :globe_with_meridians: Open
PortfolioForge was designed so that anyone can easily create a web profile. That's why this repository is open to the public, fostering exploration and creativity. Feel free to dive into the codebase, generate profiles, fork the project, and tailor it to your requirements. We're completely open-source.### 💭 Developer Notes
- I've updated Inquirer to use `version 9.2.8`, enhancing the user experience and ensuring compatibility with the latest features and improvements.
- New `Color Themes` have been added to the project, allowing for a more customizeable experiencePortfolioForge was a fun, exciting, and educational project to work on. This was the project where I first learned and utilized concepts such as Node.js, NPM, and subsequently Inquirer. This project has allowed me to gain hands-on experience with modern development tools and practices, making it a valuable learning journey. The process of updating and maintaining this project reinforced my knowledge in software development, project management, and version control, providing what I believe is a solid foundation for future endeavors.
As of right now the project is only accessible if you download the repository. In the future, I'd like to create a more accessible version of PortfolioForge that can be used online. Allowing more people to try out and create their own portfolios.
### 🙏 Thank You!
So much for your interest in PortfolioForge. My intention is that it proves helpful to you and sparks the idea that you can create a unique online portfolio, whether or not you choose to use PortfolioForge. Thanks again and happy coding!## :book: User Story:
Coming Soon!## :floppy_disk: Resources Used:
- Node.js
- NPM (Node Package Manager)
- Inquirer.js (v.^9.2.8)
- FontAwesome (v.5.11.2)
- HTML
- CSS## :minidisc: Getting Started:
PortfolioForge allows you to generate a professional portfolio page for showcasing your personal projects, skills, and achievements. It's a command-line tool that collects your information through prompts and then generates an HTML portfolio page based on your input.### Prerequisites
Before you begin, ensure that you have met the following requirements:
- A Source-Code Editor
- VSCode, etc
- Node.js
- PortfolioForge uses Node.js, make sure it's installed on your system. If not, you can download and install it from https://nodejs.org/en.### Installation
1. Clone this repository to your local machine using the following command:
- HTML:
```
git clone https://github.com/jwilferd10/PortfolioForge.git
```
- SSH:
```
git clone [email protected]:jwilferd10/PortfolioForge.git
```
2. Navigate to the project's root directory
3. Install the project dependencies:
```
npm install
```
### Usage
To generate your portfolio, follow these steps:1. Open your terminal & Ensure you're on the project directory.
2. Run the following command to start the application:
```
node app.js
```
3. You will then be prompted to enter various details, such as your name, GitHub username, skills, project information, and more. Answer each prompt accordingly.
4. Once you've completed all the prompts, the application will generate an HTML portfolio based on your input
5. The page will be located within the `dist` folder as `index.html`. You can open that html file to view your portfolio### Customization
With PortfolioForge, your choices heavily influence how base template will turn out.Additionally you can customize the appearance and styling of your portfolio page by editing the `style.css` file within the `dist` folder. Feel free to modify the CSS to match your personal preference.
### Troubleshooting
If you encounter any issues, please open an issue on this repository### License
This project is licensed under the MIT License.## :paperclip: Contributors
- jwilferd10 (UX/UI Adjustments, Updated Inquirer, Select Color Theme, New Portfolio Sections)
- UCLA Coding Bootcamp (Base Setup)
## :e-mail: Contact Information:
- ### [jwilferd10](https://github.com/jwilferd10)