src/
├── assets/
│ └── images/
├── components/
│ ├── Auth/
│ │ ├── Login.tsx
│ │ └── Register.tsx
│ ├── Product/
│ │ ├── ProductList.tsx
│ │ └── ProductDetail.tsx
│ └── Common/
│ ├── Header.tsx
│ └── Footer.tsx
├── navigation/
│ └── MainNavigator.tsx
├── screens/
│ ├── HomeScreen.tsx
│ ├── CartScreen.tsx
│ ├── ProfileScreen.tsx
│ └── OrderScreen.tsx
├── services/
│ ├── auth.ts
│ ├── product.ts
│ └── order.ts
├── styles/
│ ├── colors.ts
│ └── common.ts
├── utils/
│ └── api.ts
├── App.tsx
└── index.ts
forked from thejaved/cloth-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
Biblotrh/cloth-shop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 88.6%
- Kotlin 3.6%
- Objective-C 3.3%
- Ruby 2.1%
- JavaScript 1.3%
- Objective-C++ 1.1%