Building your Portfolio in 2025

Building your Portfolio in 2025

Step by Step Instructions to Build your Portfolio

Introduction

Whether you are a school going student or a freelancer, having a personal portfolio is extremely important and starting to being a standard in the developer community.

For those who don’t have enough time to create a portfolio from scratch, I have a SOLUTION for all of you!

Over the past few weeks, I have been working on creating an easy to use Portfolio Template for all developers out there. In this blog, I would give you step by step instructions on how to customize it.

https://github.com/Zemerik/Portfolio-Template

Key Features

  • Customizable Sections

  • Responsive Design

  • Social Media Integration

  • SEO Optimization

  • Easy Setup

  • Personal Branding

How to Install?

  1. Make a copy of the Repository on your machine through git:
git clone https://github.com/Zemerik/Portfolio-Template && cd Portfolio-Template
  1. Customize the Portfolio to your choice. If you are stuck, refer to table and instructions below:

    • Sections
SectionFileLines
Navbarsrc/routes/Head.svelte30 - 47
Homesrc/routes/+page.svelte27-52
About Mesrc/routes/+page.svelte54 - 99
Projectssrc/routes/Work.svelte3 - 28
Contact Mesrc/routes/+page.svelte107 - 114
Experiencessrc/routes/Experience.svelte27-52
Footersrc/routes/Footer.svelte52 - 75
SEOsrc/routes/+page.svelte & src/routes/hire/+page.svelte25 & 6
  • Spotify Status
  1. Join the Lanyard Discord Server,

  2. Head over to src/routes/spotify.ts and locate line 62.

  3. Remove 1018816958587748383 and paste YOUR DISCORD ACCOUNT ID after /users/.

Thanks to Lanyard for making this possible!

  1. Now that you customized the Portfolio with your details, let’s run this locally on our internet to see the output:
npm i pnpm --force
pnpm i
pnpm run dev
  1. After you have made your changes, you can host your Portfolio on Vercel or on Netlify.

Screenshots

screenshot_phone.png

THANKS FOR READING!