https://github.com/luberlu/coffee-app
☕ A coffee app with React Native & Expo
https://github.com/luberlu/coffee-app
cognito expo react reactnative reanimated
Last synced: 2 months ago
JSON representation
☕ A coffee app with React Native & Expo
- Host: GitHub
- URL: https://github.com/luberlu/coffee-app
- Owner: luberlu
- Created: 2024-12-07T18:00:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:09:36.000Z (over 1 year ago)
- Last Synced: 2025-05-18T18:17:03.287Z (about 1 year ago)
- Topics: cognito, expo, react, reactnative, reanimated
- Language: TypeScript
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Coffee Shop Mobile App 
A coffee shop mobile application built with React Native and Expo, currently under development. The UI is based on [this Figma design](https://www.figma.com/community/file/1116708627748807811/coffee-shop-mobile-app-design).
## 🚀 Tech Stack
- React Native
- Expo Router
- TypeScript
- React Navigation
- Expo Image
## 📱 Features
- User authentication
- Tab navigation
- Coffee catalog
- Filtering system
- Product details
- Coffee shop locations
- Dark/Light mode
## 🛠 Installation
# Clone repository
git clone https://github.com/luberlu/coffee-app.git
# Install dependencies
npm install
# Start the app
npx expo start
## 📝 Project Structure
├── app/
│ ├── (app)/
│ │ ├── (tabs)/
│ │ ├── coffee/
│ │ └── _layout.tsx
│ └── _layout.tsx
├── components/
│ ├── Banner.tsx
│ └── ...
├── contexts/
│ └── AuthContext.tsx
├── stores/
│ └── useCartStore.ts
└── constants/
├── Colors.ts
└── Font.ts
## 📄 License
Under MIT license.
---
*UI Design by [Didi Kurniawan](https://www.figma.com/community/file/1116708627748807811/coffee-shop-mobile-app-design)*