Home
Softono

Portfolio V2

Open source MIT TypeScript
40
Stars
6
Forks
3
Issues
1
Watchers
11 months
Last Commit

 About Portfolio V2

Second version of my personal portfolio built using Next.js, TypeScript, and Chakra UI.

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Portfolio V2?

We provide expert installation service for this software. Our team will install, configure, and secure Portfolio V2 on your server. plans start at just $30.

Portfolio V2

View on GitHub

Personal Portfolio Website ✨

Preview Image

This is the respository for the second version of my personal portfolio website. This website is built using Next.js, TypeScript, Chakra UI and Emotionjs. It contains several features such as:

  • Work Experience, Tech Stacks, Projects, Volunteer Experience
  • Dark & Light mode toggle
  • Markdown parsed blogs
  • Blog Comments
  • Talks Section
  • Responsive View
  • Metadata configuration
  • Google Analytics

Local Setup Instructions :rocket:

  • fork and clone this repository
  • cd into portfolio-v2 (cd portfolio-v2)
  • run yarn install or npm install
  • then run yarn dev or npm run dev
  • open localhost:3000