The fastest way to submit your portfolio is through our GitHub Issue form. Simply click the button below and fill in the required information:
Submit Portfolio via Issue →What you'll need:
If you prefer to submit your portfolio directly via a Pull Request, follow these steps:
Fork the Portfolio-Collection repository to your GitHub account.
Create a new folder with your name (e.g., YourName-Portfolio
) in the root directory and add your portfolio files.
Place a screenshot of your portfolio in public/screenshots/
and name it clearly (e.g., YourName.png
). If you do not provide a screenshot, a default image will be shown.
data.json
Add an entry to public/data.json
with your name, screenshot filename, and source code link. Example:
{
"source_code_link": "https://github.com/avinash201199/Portfolio-Collection/tree/main/YourName-Portfolio",
"screenshot": "YourName.png",
"contributor_name": "Your Name"
}
Submit a Pull Request with a clear title: [Portfolio] Your Name
Check out our Contributing Guidelines or open an issue if you have any questions.