Skip to content

vidarshan/portfolio-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘¨πŸ»β€πŸ’» Portfolio 2

🚫 Discontinued. Go to https://github.com/vidarshan/portfolio-3 for a better and an updated version 🚫


Update: 13-06-2023

πŸŽ›οΈ Tech Stack

  • Typescript
  • Next JS
  • Mantine
  • Vercel

πŸ‘·β€β™‚οΈ Setup Project

  • Step 1 - Clone repository.

  • Step 2 : Install packages with npm.

     npm install
    
  • Step 3 : Create a file named env.local in the root level. Add the following env variables, and replace with your values.

     STACKOVERFLOW_USER=<your-stackoverflow-user-id>
     STACKOVERFLOW_API_KEY=<your-stackoverflow-api-key>
     GITHUB_USERNAME=<your-github-username>
     GITHUB_PAT=<your-github-personal-access-token>
     NEXT_PUBLIC_EMAILJS_SERVICE=<your-emailjs-service-key>
     NEXT_PUBLIC_EMAILJS_TEMPLATE=<your-emailjs-template-key>
     NEXT_PUBLIC_EMAILJS_USER=<your-emailjs-user-id>
    
  • Step 4 : Run command

      npm run dev
    

πŸ”„ Reuse

  • Free to reuse with proper references to this repo or my Github profile. Consider starring this repo atleast.

πŸ’Ώ Content

  • Replace content in the data/projects.ts and data/technicalcompetencies.ts files with your own content. Put the images related to this content in the public/images folder.

πŸ—’οΈ Note

  • The stackoverflow keys and the github keys are needed for the integrated stackoverflow/github stats section on the footer of the website. If these keys cannot be provided, it will display some hardcoded values in place. To fetch actual numbers, please provide API keys.

πŸ’¬ Inquiries

πŸ”— References