All projects
Full-Stack Engineering
Food Delivery UI
A responsive food-delivery interface built in React, covering multi-page layout and state-driven UI composition — the kind of component and layout discipline that carries directly into building usable front ends for AI products.
ReactJavaScriptResponsive Design
Overview
A responsive food-delivery interface covering multiple screens and states in React. Purely front-end, but the layout and component discipline built here — breaking a design into reusable pieces, handling responsive breakpoints, managing UI state across screens — is exactly the skill set needed to build a usable interface on top of an AI backend rather than leaving it as an API only a developer can use.
Highlights
- Multi-screen responsive layout implemented from scratch in React
- Component-driven UI structure