Designed and developed a responsive, single-page application (SPA) to serve as a centralized digital portfolio. Built with the React ecosystem, the site combines a highly visual, modern aesthetic with robust functional components to showcase technical proficiency and project history. Technical Execution & Key Features Modern React Architecture: Architected the application using functional components and React Hooks (useState, useEffect, useRef) to manage component lifecycle and state. Implemented React Router for seamless client-side routing, including dedicated paths for privacy policies and a "404 Not Found" catch-all handler. Serverless Communication: Integrated EmailJS to facilitate direct contact form submissions without requiring a dedicated backend server. Custom Security Logic: Engineered client-side anti-spam measures directly into the form handler. This includes a hidden Honeypot field to trap bots and a Time-of-Flight check that rejects submissions made faster than humanly possible (<2 seconds), effectively mitigating automated spam without CAPTCHAs. Advanced Styling System: Utilized Tailwind CSS to build a fully responsive, mobile-first interface. Implemented complex UI patterns such as Glassmorphism (backdrop blur effects), gradient text masking, and CSS transitions to enhance user engagement. Component-Driven UI: Leveraged Lucide React for lightweight, consistent iconography and structured data arrays to dynamically render content sections (Skills, Experience, Projects), ensuring the codebase remains clean and easily maintainable.