Logo Lanfrica

isakhu/sidama-bank

Domaine:

digital infrastructure

Type de record:

software
Créateur:
isa
Hôte:
# Sidama Bank Mobile Banking MVP A React Native mobile banking application built with Expo and Supabase for Sidama Bank. ## Features - User Authentication (Login/Sign-up) - Dashboard with balance and recent transactions - Quick Actions (Transfer, Buy Airtime, Book Travel) - Transport booking (Ethiopian Airlines & Train) - Ride-hailing with location services ## Tech Stack - **Frontend**: React Native with Expo - **Backend**: Supabase - **Language**: TypeScript - **Location**: expo-location ## Getting Started 1. Install dependencies: `npm install` 2. Set up Supabase project and add credentials to `.env` 3. Start development server: `npx expo start` ## Project Structure ``` src/ ├── components/ # Reusable UI components ├── screens/ # App screens ├── services/ # API and Supabase services ├── types/ # TypeScript type definitions ├── navigation/ # Navigation configuration └── utils/ # Utility functions ```