A visually rich, Kuromi-themed personal portfolio website built with modern web technologies. This site showcases my journey, projects, achievements, and blog posts with a cohesive aesthetic.
- aesthetic design: custom kuromi-inspired theme with dark/light mode support.
- dynamic blog: markdown-powered blog with custom frontmatter parsing.
- achievements timeline: a comprehensive list of awards and certifications with direct links to credentials.
- photo gallery: curated collection of photos and memories.
- responsive & fast: built with next.js 16 and tailwind css 4 for optimal performance and responsiveness.
- interactive elements: smooth transitions, hover effects, and custom-themed components.
- framework: next.js 16 (app router)
- styling: tailwind css 4 + custom css variables
- language: typescript
- icons: lucide react + custom icons
- content: markdown (blog), json (achievements & photos)
- deployment: vercel (recommended)
├── app/ # next.js app router pages, layouts, and global styles
├── components/ # reusable react components (hero, projects, etc.)
├── content/ # markdown blog posts and photo manifests
├── lib/ # utility functions for content processing
├── public/ # static assets (images, certificates, icons)
│ └── certs/ # scanned certificates and awards
└── tsconfig.json # typescript configuration
- node.js >= 20.9.0
- npm or yarn
-
clone the repository:
git clone https://github.com/dzuizz/dzuizz.com.git cd dzuizz.com -
install dependencies:
npm install
-
run the development server:
npm run dev
-
open http://localhost:3000 in your browser.
contributions are welcome! whether it's fixing a bug, adding a feature, or improving documentation, feel free to help out.
- fork the repository.
- create a new branch:
git checkout -b feature/your-feature-name. - commit your changes:
git commit -m 'add some amazing feature'. - push to the branch:
git push origin feature/your-feature-name. - open a pull request.
please ensure your code follows the existing style and passes linting.
- (possibly) cloud db + auth setup for easier achievements editing + storage
this project is licensed under the MIT License.
_~ dzuizz_
