This project is a frontend implementation of the Digikala online store using React and Vite.
- React 19
- Vite
- TailwindCSS
- React Query
- React Router DOM
- React Icons
- Swiper
- 🛍️ Product display with filtering and search capabilities
- 📱 Responsive design for all devices
- 🎨 Modern and beautiful UI with Tailwind CSS
- 📝 Blog section with random article display
- 👤 Admin panel for managing products and articles
- 🔄 State management with React Query
- 🛒 Dynamic shopping cart
- ⚡ Fast performance using Vite
- First, clone the project:
git clone https://github.com/Alisamavat-dev/Digikala-React
cd react
- Install dependencies:
npm install
- Run the development server:
npm run dev
- To build the production version:
npm run build
src/
├── components/ # Main components
│ ├── Admin/ # Admin panel components
│ ├── Home/ # Home page components
│ └── Router/ # Routing configuration
├── pages/ # Main pages
├── assets/ # Static files and images
└── main.jsx # Application entry point
https://digikala-react.vercel.app/
- Design and Development: Mohammad Ali Samavat
این پروژه یک پیادهسازی فرانتاند از فروشگاه اینترنتی دیجیکالا با استفاده از React و Vite میباشد.
- React 19
- Vite
- TailwindCSS
- React Query
- React Router DOM
- React Icons
- Swiper
- 🛍️ نمایش محصولات با قابلیت فیلتر و جستجو
- 📱 طراحی واکنشگرا (Responsive) برای تمامی دستگاهها
- 🎨 رابط کاربری مدرن و زیبا با Tailwind CSS
- 📝 بخش وبلاگ با نمایش مقالات به صورت تصادفی
- 👤 پنل مدیریت برای کنترل محصولات و مقالات
- 🔄 مدیریت state با React Query
- 🛒 سبد خرید پویا
- ⚡ عملکرد سریع با استفاده از Vite
- ابتدا پروژه را clone کنید:
git clone https://github.com/Alisamavat-dev/Digikala-React
cd react
- وابستگیها را نصب کنید:
npm install
- سرور توسعه را اجرا کنید:
npm run dev
- برای ساخت نسخه production:
npm run build
src/
├── components/ # کامپوننتهای اصلی
│ ├── Admin/ # کامپوننتهای پنل مدیریت
│ ├── Home/ # کامپوننتهای صفحه اصلی
│ └── Router/ # تنظیمات مسیریابی
├── pages/ # صفحات اصلی
├── assets/ # تصاویر و فایلهای استاتیک
└── main.jsx # نقطه شروع برنامه
- طراحی و توسعه: محمد علی سماوات