Skip to content

luberlu/coffee-app

Repository files navigation

A Coffee Shop Mobile App Coffee

A coffee shop mobile application built with React Native and Expo, currently under development. The UI is based on this Figma 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

About

☕ A coffee app with React Native & Expo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published