Live Site: TheBand E-Commerce Store
GitHub Repository: react-ecommerce-store
The TheBand E-Commerce Store is a React-based web application built as part of a frontend assessment.
It provides users with a seamless shopping experience, including:
ā
Product Listing (fetched from an API)
ā
Filtering by Price
ā
Cart Management (Add, Remove, Update Quantity)
ā
Single Product View
This project follows modern frontend development practices, utilizing React with TypeScript, Zustand for state management, and Vite for fast builds.
git clone https://github.com/shemjay/react-ecommerce-store.git
cd react-ecommerce-store
npm install
npm run dev