A single-page portfolio (SPA) built with Next.js 16, React 19, and Tailwind CSS v4. It features a minimalist design with an adaptive project gallery (Grid on Desktop, Touch Carousel on Mobile), deep URL-based filtering, and seamless light/dark theme toggling.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^11.14.0^11.14.1^7.3.6^7.3.6^0.7.1^2.1.1^8.6.0^8.6.0^12.23.25^0.556.016.0.7^0.4.6^0.2.119.2.019.2.0^3.4.0^1.0.7^4^20^19^19^916.0.7^4^1.4.0^535
commits
refactor: project management structure and enhance utility functions
1e5d58cView on GitHubrefactor: FeaturedProjectsCarousel to use custom carousel components and logic; add CarouselCard, CarouselHeader, CarouselNavigation, CarouselIndicators, and useCarousel hook
636fc59View on GitHubfix: simplify FeaturedProjectsCarousel by removing Embla Carousel integration and implementing custom scroll logic
4687ca5View on GitHubrefactor: replace project summary with description in ProjectHeader and FeaturedProjectsCarousel components; update Project type to include description
8d71cd5View on GitHubrefactor: replace project description with summary across components and data
a73d3ceView on GitHubrefactor: replace slug generation with project ID for routing and metadata
f23d88aView on GitHubrefactor: remove mock projects and update with real project entries
bf93d1eView on GitHubfix: adjust line height for improved typography in ProjectHeader component
aea815cView on GitHubrefactor: enhance Header component with routing logic and home page detection
973f3b5View on GitHubrefactor: restructure ProjectCard and ProjectDetailView components; add ProjectHeader, ProjectActions, ProjectStats, and TechnologyStack components
9832bffView on GitHubrefactor: enhance StatusBadge component with improved styling and icon usage
1c36a75View on GitHub