A coffee shop mobile application built with React Native and Expo, currently under development. The UI is based on this Figma design.
- React Native
- Expo Router
- TypeScript
- React Navigation
- Expo Image
- User authentication
- Tab navigation
- Coffee catalog
- Filtering system
- Product details
- Coffee shop locations
- Dark/Light mode
git clone https://github.com/luberlu/coffee-app.git
npm install
npx expo start
├── app/ │ ├── (app)/ │ │ ├── (tabs)/ │ │ ├── coffee/ │ │ └── _layout.tsx │ └── _layout.tsx ├── components/ │ ├── Banner.tsx │ └── ... ├── contexts/ │ └── AuthContext.tsx ├── stores/ │ └── useCartStore.ts └── constants/ ├── Colors.ts └── Font.ts
Under MIT license.
UI Design by Didi Kurniawan