Live Demo: https://comforty-beryl.vercel.app
Comforty হচ্ছে একটা আধুনিক ফার্নিচার ই-কমার্স ওয়েবসাইট — বিশেষ করে চেয়ার (Wing Chair, Wooden Chair, Desk Chair, Library Chair ইত্যাদি) এর উপর ফোকাস করে। সুন্দর UI/UX, ফাস্ট লোডিং, রেসপনসিভ ডিজাইন এবং ই-কমার্স ফিচার যেমন কার্ট, প্রোডাক্ট ফিল্টার, ফিচার্ড কালেকশন ইত্যাদি আছে।
- Modern & clean UI with Tailwind CSS
- Product categories: Wing Chair, Wooden Chair, Desk Chair ইত্যাদি
- Featured Products & Recently Added section
- Shopping Cart functionality
- Free shipping on orders over $50
- 24/7 customer support mention
- Responsive for mobile, tablet & desktop
- Fast performance with Next.js (App Router / SSR / SSG)
- Deployed on Vercel
- Frontend: Next.js 14+ (App Router)
- Styling: Tailwind CSS
- Deployment: Vercel
- State Management: (যদি Zustand / Redux / Context API ব্যবহার করা থাকে তাহলে লিখো, না হলে Zustand / React Context)
- Icons: Lucide React / Heroicons (যা ব্যবহার করেছ)
- Images: Next/Image optimization
- Node.js ≥ 18
- npm / yarn / pnpm
# Clone the repo
git clone https://github.com/YOUR-USERNAME/comforty.git
cd comforty
# Install dependencies
npm install
# or
yarn install
# or
pnpm install