Modern frontend portfolio built with Next.js to showcase my projects, blog, and technical growth as a developer.
Designed with a focus on clean architecture, scalability, and real-world frontend practices.
https://portfolio-bfb.vercel.app
- Dark / Light mode toggle with custom React Hook
- Fully responsive design (mobile, tablet, desktop)
- Blog section
- Projects showcase
- Glass-style navbar
- Custom theme system
- SCSS Modules architecture
- Modern and clean UI
- Next.js
- React
- TypeScript
- SCSS Modules
- Vercel
This project follows modern frontend architecture principles:
- Component-based structure
- Custom
useThemehook - Theme system using CSS variables
- Modular SCSS styling
- Centralized data
- Scalable and maintainable structure
Install dependencies:
npm install