Selected Work
A selection of projects where I worked on real problems and built practical solutions.
Virtual Card E-Commerce Platform
E-Commerce / Web Application
- HTML
- CSS
- JavaScript
- React
- Tailwind

Architecture Studio Website
Editorial / Creative Website
- HTML
- CSS
- JavaScript
- React

E-Commerce Storefront
E-Commerce / UI Engineering
- HTML
- CSS
- JavaScript
- React
- Tailwind

Landing page - Arrow Fitness
Business / Creative Studio Website
- HTML
- CSS
- Typescript
- Tailwind
- React
Capabilities
The skills and tools I use to turn ideas into functional, beautiful products.
Design & Interface
- UI Design
- Responsive Layouts
- Wireframing
- Visual Hierarchy
- Design Systems
- Accessibility Principles
Frontend Development
- HTML
- CSS
- JavaScript
- React
- Responsive Development
- Git / GitHub
Programming & Web
- C++
- Object-Oriented Programming
- REST APIs
- File I/O
- Exception Handling
- Website Optimization
I build at the intersection of design, development, and problem solving.
I started with design, fell in love with the web, and now focus on building clean, responsive interfaces with code. I enjoy turning complex problems into simple, intuitive experiences.
- Detail-oriented
- Problem solver
- Continuous learner
- User-focused
Beyond the Browser
Alongside web development, I’m strengthening my programming fundamentals through C++, focusing on object-oriented programming, memory management, templates, file handling, and software architecture.
View Programming Work1#include <iostream>2 3class Student {4 public:5 string name;6 int id;7 void display() {8 cout << name << " - " << id;9 }10};My Process
A simple, iterative process that helps me deliver meaningful digital experiences.
- 01
Understand
I learn about the user, business goals and the problem.
- 02
Structure
I organize information, plan the flow and create wireframes.
- 03
Design
I design the interface with clarity, hierarchy and visual balance.
- 04
Build
I write clean, maintainable code and bring the design to life.
- 05
Refine
I test, optimize and improve every detail before shipping.