Skip to content

Biblotrh/cloth-shop

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • Kotlin 3.6%
  • Objective-C 3.3%
  • Ruby 2.1%
  • JavaScript 1.3%
  • Objective-C++ 1.1%