https://github.com/ciphertron/portfolio-v2
Second version of my personal portfolio built using Next.js, TypeScript, and Chakra UI.
https://github.com/ciphertron/portfolio-v2
blog chakra-ui emotionjs google-analytics hacktoberfest hacktoberfest2022 nextjs responsive-layout seo typescript
Last synced: 5 months ago
JSON representation
Second version of my personal portfolio built using Next.js, TypeScript, and Chakra UI.
- Host: GitHub
- URL: https://github.com/ciphertron/portfolio-v2
- Owner: CIPHERTron
- License: mit
- Created: 2021-11-16T05:52:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T08:18:07.000Z (6 months ago)
- Last Synced: 2025-09-04T09:35:31.110Z (6 months ago)
- Topics: blog, chakra-ui, emotionjs, google-analytics, hacktoberfest, hacktoberfest2022, nextjs, responsive-layout, seo, typescript
- Language: TypeScript
- Homepage: https://pritishsamal.xyz
- Size: 40 MB
- Stars: 40
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Personal Portfolio Website ✨
---
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_