Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T02:33:54.000Z (6 months ago)
- Last Synced: 2024-05-17T03:33:47.849Z (6 months ago)
- Topics: blog, chakra-ui, emotionjs, google-analytics, hacktoberfest, hacktoberfest2022, nextjs, responsive-layout, seo, typescript
- Language: TypeScript
- Homepage: https://pritishsamal.xyz
- Size: 39.8 MB
- Stars: 41
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
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_