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
- fork and clone this repository
- cd into portfolio-v2 (
cd portfolio-v2
) - run
yarn install
ornpm install
- then run
yarn dev
ornpm run dev
- open localhost:3000