CartStack is a modern digital tools storefront built with React, where users can browse premium AI products, manage cart actions, and move through a clean checkout flow.
- React 19
- Vite
- Tailwind CSS v4
- DaisyUI
- React Icons
- JavaScript (ES6+)
- JSON (product data source)
- Product data fetching from JSON and dynamic product card rendering.
- Add to cart flow with product count updates in the navbar.
- Remove from cart support with real-time total price recalculation.
- Quantity and price add/remove behavior through cart actions.
- Proceed to checkout action to clear cart state.
- Responsive layout for desktop and mobile views.
- Clone the repository.
- Install dependencies:
npm install- Run the development server:
npm run dev- Build for production:
npm run buildPradipta Sarker
MIT License