RedSeem is a modern fashion e-commerce storefront focused on clean UI, smooth browsing, and scalable architecture. It delivers a curated clothing experience with category-based navigation, responsive layouts, and state-managed shopping flow.
- Product catalog — clothing collections with category filtering
- Cart system — Zustand-powered global state for cart management
- Dynamic categories — parent & child category structure
- Reusable components — modular UI architecture
- Custom hooks — abstracted logic for scalability
- Responsive design — optimized for mobile and desktop
- App Router — built on Next.js 14 architecture
| Layer | Tech |
|---|---|
| Framework | Next.js 14 (App Router) |
| Language | TypeScript |
| Styling | Tailwind CSS |
| State Management | Zustand |
| Deployment | Vercel |
RedSeem/
├── app/ # App Router pages and layouts
├── components/ # UI components
├── hooks/ # Custom hooks
├── lib/ # Utilities / helpers
├── store/ # Zustand state (cart, UI)
git clone https://github.com/Nutsubidze423/RedSeem-Clothing.git
cd RedSeem-Clothing
npm install
npm run devNote: Some features may depend on backend/API integration.
- Backend integration (products, auth, orders)
- Payment system (Stripe or similar)
- User authentication
- Admin dashboard for product management
- Performance optimization & SEO improvements