Personal Website
A modern monorepo-based personal website serving as a digital portfolio and creative hub, built with Next.js and styled with Tailwind CSS.
This is a full-stack personal website project that serves as my digital presence and portfolio. It is built as a monorepo containing multiple applications, including a main site, a workbench for project showcasing, and shared UI components. The site is designed to be performant, accessible, and visually appealing while maintaining clean code architecture. I wanted to create a flexible platform that could grow with my career and interests. Rather than building a single-purpose portfolio, I designed a monorepo structure that allows for multiple sub-applications (main site, workbench, journal, gallery) to coexist and share common styling and components. This approach provides scalability for future features while keeping the codebase organized and maintainable. Additionally, I wanted to showcase my technical skills through the implementation itself, demonstrating knowledge of modern web development practices.