An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# A Coffee Shop Mobile App ![Coffee](https://img.shields.io/badge/-Coffee-brown?style=flat&logo=coffeescript)

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)*