Discover the latest fashion trends with our premium collection of clothing and accessories for men, women, and kids.
Preview our pages and access documentation
Clothzia is a modern e-commerce platform offering comprehensive solutions for fashion and accessories. Built with React.js, it features beautiful animations and responsive design, ensuring a seamless experience across all devices.
Clean and intuitive interface with modern aesthetics
Fully responsive design for all devices
Easy to customize and extend
main-file/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ │ ├── common/
│ │ ├── errorPage/
│ │ ├── home/
│ │ ├── modal/
│ │ └── product/
│ ├── context/
│ ├── data/
│ ├── hooks/
│ ├── layout/
│ ├── pages/
│ │ └── auth/
│ ├── routes/
│ └── utils/
├── package.json
├── README.md
├── index.html
├── vite.config.js
├── tailwind.config.js
└── postcss.config.js
Reusable React components organized by feature
Global state management using React Context
Static data and mock data files
Route-based page components
Route configuration and navigation
Helper functions and utilities
npm install
npm run dev
Here are the key dependencies and their versions used in this project:
Package | Version | Description |
---|---|---|
react |
^19.1.0 | Core React library for building user interfaces |
react-dom |
^19.1.0 | React DOM rendering for web applications |
react-router-dom |
^7.6.2 | Routing library for React applications |
framer-motion |
^12.17.0 | Animation library for React |
remixicon |
^4.6.0 | Modern icon library with 2000+ icons |
tailwindcss |
^3.4.17 | Utility-first CSS framework |
@headlessui/react |
^2.2.4 | Completely unstyled, fully accessible UI components |
components/common/
- Reusable UI
components
components/home/
- Home page
components
components/modal/
- Modal components
components/product/
- Product
components
pages/auth/
- Authentication pages
layout/
- Layout components
routes/
- Route configuration
utils/animations.js
- Component
animations
Customize your theme colors by editing the tailwind.config.js file.
export default {
// ...
theme: {
extend: {
colors: {
light: {
background: '#FFFAF0',
surface: '#FFFFFF',
// ... other light mode colors
},
dark: {
background: '#000000',
surface: '#0c0f14',
// ... other dark mode colors
},
primary: "#6E85B7",
},
// ...
},
},
// ...
};
Customize typography by updating font imports and variables.
// In src/index.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
We offer 6 months of support for any questions or issues you may encounter.
Discover the powerful technologies and tools that make our platform exceptional
Dynamic UI Library
Utility First Framework
Headless UI Components
Smooth Animations
Web Structure
Modern Styling
Mobile Friendly
Web Typography
Vector Graphics
Clean Aesthetics
Flexible Components
Optimized Structure
Clear Guides
Always Available