Back to Portfolio Collection

Submit Your Portfolio 🚀

Quick Submit via GitHub Issue

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:

  • Your name
  • Portfolio folder name
  • Brief description of your portfolio
  • Your portfolio's live URL (if available)

Alternative: Submit via Pull Request

If you prefer to submit your portfolio directly via a Pull Request, follow these steps:

  1. Fork the Repository

    Fork the Portfolio-Collection repository to your GitHub account.

  2. Add Your Portfolio Folder

    Create a new folder with your name (e.g., YourName-Portfolio) in the root directory and add your portfolio files.

  3. Add a Screenshot

    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.

  4. Update 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"
    }
  5. Create Pull Request

    Submit a Pull Request with a clear title: [Portfolio] Your Name

Guidelines 📝

Need Help?

Check out our Contributing Guidelines or open an issue if you have any questions.