https://github.com/slammers001/portfolio-generator
Portfolio-Generator automatically generates your unique portfolio based on the information you input. Although it only uses 11 files (2 being the README and LICENSE), it's amazing. As said in a review by @slammers001. (yeah, that's me)
https://github.com/slammers001/portfolio-generator
cool customizable customize fun generate generator personal portfolio quick unique website
Last synced: 3 months ago
JSON representation
Portfolio-Generator automatically generates your unique portfolio based on the information you input. Although it only uses 11 files (2 being the README and LICENSE), it's amazing. As said in a review by @slammers001. (yeah, that's me)
- Host: GitHub
- URL: https://github.com/slammers001/portfolio-generator
- Owner: slammers001
- License: mit
- Created: 2025-11-21T18:51:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-11-21T19:06:33.000Z (3 months ago)
- Last Synced: 2025-11-21T20:28:34.904Z (3 months ago)
- Topics: cool, customizable, customize, fun, generate, generator, personal, portfolio, quick, unique, website
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 Personal Website Generator
A simple yet powerful tool to **generate your personalized profile website** in seconds! ✨
## 🌟 Features
- ⚡ **Quick setup** – No configuration needed
- 🖼️ **Clean & responsive** design
- 📝 **Customizable sections** (Bio, Projects, Contact, etc.)
- 🎨 **Modern UI** with theme support
## 🏁 Beginning
If you are going to want to create multiple portfolios with different styles (there are 12 possibilities) then it would make sense to fork this repo. Because after you generate a portfolio, it saves it in a new folder in the root directory, called for example `slammers001-portfolio`. If you want to have multiple (or try some out) then it would make sense to fork so all your portfolio generations are saved.
## 🛠️ Installation
Begin by running in project root:
```bash
npm install
```
Run the generator with:
```bash
npx ts-node src/generator.ts
```
Follow the prompts to set up your website.
(After inputting all information, it may take 1-2 minutes to install everything that you will need for your website.
It's fully normal, and should not take more than 3 minutes max.)
## 🚀 Usage
After generation, navigate to your new website folder:
```bash
cd /path/to/your-website
```
Start the dev server:
```bash
npm start
```
Your site will be live at http://localhost:3000 (port may vary if 3000 is already in use).
## 📜 License
MIT © slammers001
Made with ❤️ by slammers001 | Generate your own in minutes! ⏱️
### If this project helped you (or if you like it) please leave a ⭐.