Shopzone is a modern e-commerce application built with React and Vite, featuring a responsive design and seamless user experience.
- Product Browsing: Explore a wide range of products in our shop.
- Detailed Product Views: View detailed information for each product.
- Shopping Cart: Add items to your cart and manage quantities.
- User Authentication: Secure login and protected checkout routes.
- Checkout Process: Streamlined checkout experience.
- Contact Form: Easy way to get in touch.
- Frontend: React, React Router Dom
- Build Tool: Vite
- Icons: Lucide React
- Styling: CSS (Custom properties and responsive design)
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Build for production:
npm run build
src/components: Reusable UI components (Navbar, Footer, etc.)src/pages: Page components (Home, Shop, Product, Cart, etc.)src/context: React Context for state management (Auth, Cart)public: Static assets



