WhatsApp.Video.2024-07-27.at.10.15.08.PM.mp4
https://drive.google.com/file/d/1oSOSDfSZXTScrdf9Hw3jF8lBMHMjBnqf/view?usp=sharing
https://drive.google.com/drive/folders/1Sxvheoa85O4-73pcR_Ey2XffhQ-67fCL?usp=sharing
- Persistent Storage
- Transaction Management: Send and receive payments (generate random transactions when recieve).
- Payment History: View and track your past transactions.
- QR Scanner
- Many More
- React Native: Framework for building native apps using React.
- Expo: Open-source platform for universal React applications.
- Expo Navigation: Routing and navigation for React Native apps.
To get started with KalamPay, follow these steps:
-
Clone the repository:
git clone https://github.com/samayxd/KalamPay.git
-
Navigate to the project directory:
cd KalamPay
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
expo start
-
Run the app on your device:
-
Use the Expo Go app (available on iOS and Android) to scan the QR code provided in the terminal or Expo DevTools.
-
Alternatively, you can run the app on an emulator or simulator using:
expo run:android # or expo run:ios
-