Skip to content

CIPHERTron/portfolio-v2

Repository files navigation

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 🚀

  • 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