A feature-rich online store built with React.js. This project focuses on creating a seamless shopping experience with a modular component architecture.
- Framework: React.js (Hooks, Functional Components)
- Styling: CSS3 (Flexbox/Grid)
- State Management: Local Component State (Plan to integrate Context API/Redux)
- Data: JSON-based product catalog
- Product Gallery: Dynamic rendering of items from a data source.
- Responsive Layout: Optimized for seamless browsing on mobile and desktop.
- Component-Based UI: Reusable buttons, cards, and navigation elements.
This project serves as a deep dive into React component lifecycle and state management. I am currently focusing on optimizing re-renders and structuring the application for long-term scalability.