Back to projects

Shopping Page with React

A shopping interface built with React, Context API, and routing.

https://e-cart-alpha.vercel.app/

Problem

Shopping interfaces require shared state across product listings, cart views, and navigation. That makes them a useful way to practice React application structure.

What I Built

This project is a React shopping page with product browsing and cart-style interactions. It focuses on the core e-commerce UI loop: view products, manage selections, and move between pages.

Technical Decisions

I used React routing and Context API patterns to keep cart state available across the interface without passing props through every component.

Outcome

The project strengthened my understanding of shared state, route-level UI structure, and reusable front-end components.