Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 876 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 876 Bytes

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