A modern e-commerce application built with React, featuring product browsing, shopping cart, wishlist, and user account management.
ClicknCart is a full-featured e-commerce platform that allows users to browse products, manage their shopping cart, save favorite items to a wishlist, and manage their account information.
- Landing Page - Attractive home page with featured products and image slider
- Product Catalog - Browse and search products
- Product Details - View detailed information about individual products
- Shopping Cart - Add/remove items and manage your cart
- Wishlist - Save favorite products for later
- User Authentication - Login and signup functionality
- Account Management - Manage user profile and account settings
- Responsive Design - Works across all device sizes
src/
├── components/
│ ├── Featured/
│ ├── Footer/
│ ├── Header/
│ ├── Landing/
│ ├── login/
│ ├── ProductDetails/
│ ├── Section/
│ ├── Services/
│ └── Signup.js/
├── pages/
│ ├── HomePage.js
│ ├── 404Page/
│ ├── About/
│ ├── Account/
│ ├── cart/
│ └── wishlist/
├── App.js
└── index.js






