Logo Lanfrica

krk552/afrobiz-connect

Domain:

digital infrastructure

Record type:

software
Creator:
krk
Host:
React Native marketplace app for African services # AfroBiz Connect 🌍 A comprehensive React Native marketplace app connecting African service providers with customers in Namibia and the US diaspora. Built with Expo Router and featuring "Airbnb-level" UI/UX quality. ## πŸš€ Features ### πŸͺ **Marketplace** - Service discovery and booking - Advanced search and filtering - Real-time availability checking - Multiple payment methods (including mobile money) - Rating and review system ### πŸ‘₯ **User Management** - Dual user types (customers & businesses) - Complete authentication system - Profile management with avatars - Business profile with location, hours, ratings ### πŸ’¬ **Real-time Communication** - WebSocket-based chat system - File sharing and attachments - Typing indicators and read receipts - Booking-related messaging ### πŸ’³ **Payment Processing** - Multiple payment methods - Mobile money integration (MTN, etc.) - Secure payment processing - Refund management ### πŸ“± **Mobile-First Design** - Beautiful glassmorphism UI - Responsive design - Professional component library - Smooth animations and transitions ## πŸ›  Tech Stack - **Framework**: React Native with Expo SDK 53 - **Navigation**: Expo Router - **State Management**: React Context API - **UI Components**: Custom component library - **Styling**: StyleSheet with glassmorphism design - **Real-time**: WebSocket integration - **Storage**: AsyncStorage for persistence - **Icons**: Expo Vector Icons ## πŸ“ Project Structure ``` AfroBizConnect/ β”œβ”€β”€ app/ # Expo Router pages β”‚ β”œβ”€β”€ (auth)/ # Authentication screens β”‚ β”œβ”€β”€ (tabs)/ # Main tab navigation β”‚ β”œβ”€β”€ chat/ # Chat screens β”‚ └── service/ # Service detail screens β”œβ”€β”€ components/ # Reusable UI components β”‚ β”œβ”€β”€ ui/ # Core UI components β”‚ └── home/ # Home-specific components β”œβ”€β”€ contexts/ # React Context providers β”œβ”€β”€ services/ # API and business logic β”œβ”€β”€ constants/ # Ap …