Skip to content

Repository files navigation

TypeScript Next.js Tailwind CSS Zustand


What is this?

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.

Features

  • 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

Tech Stack

Layer Tech
Framework Next.js 14 (App Router)
Language TypeScript
Styling Tailwind CSS
State Management Zustand
Deployment Vercel

Project Structure

RedSeem/
├── app/          # App Router pages and layouts
├── components/   # UI components
├── hooks/        # Custom hooks
├── lib/          # Utilities / helpers
├── store/        # Zustand state (cart, UI)

Getting Started

git clone https://github.com/Nutsubidze423/RedSeem-Clothing.git
cd RedSeem-Clothing
npm install
npm run dev

Open http://localhost:3000

Note: Some features may depend on backend/API integration.


Roadmap

  • Backend integration (products, auth, orders)
  • Payment system (Stripe or similar)
  • User authentication
  • Admin dashboard for product management
  • Performance optimization & SEO improvements

About

Modern fashion e-commerce storefront - Next.js, TypeScript, Tailwind, Zustand state.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages