All Projects → mobiman1 → mobimoney

mobiman1 / mobimoney

Licence: MIT License
Cross-platform mobile payments project for React Native

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mobimoney

drf-stripe-subscription
An out-of-box Django REST framework solution for payment and subscription management using Stripe.
Stars: ✭ 42 (+200%)
Mutual labels:  payments
react-native-jsi-template
Template library and blog that explain how JSI modules are built from scratch in React Native
Stars: ✭ 84 (+500%)
Mutual labels:  reactnative
react-native-month-picker
This is a month picker to use in react native mobile apps.
Stars: ✭ 16 (+14.29%)
Mutual labels:  reactnative
react-native-whirlwind
Whirlwind is a utility-first styling framework specifically designed for React Native. It is heavily inspired by Tachyons and Tailwind CSS and uses low-level building blocks for rapidly building custom designs.
Stars: ✭ 91 (+550%)
Mutual labels:  reactnative
react-native-viewpager-indicator
修改自react-native-scrollable-tab-view,增加了根据文字内容适配下划线长度的功能。
Stars: ✭ 52 (+271.43%)
Mutual labels:  reactnative
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (+57.14%)
Mutual labels:  payments
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (+164.29%)
Mutual labels:  reactnative
expo-three-orbit-controls
🎥 Three.js Orbit Controls (Camera) bridged into React Native
Stars: ✭ 43 (+207.14%)
Mutual labels:  reactnative
mangopay2-java-sdk
Java SDK for MANGOPAY
Stars: ✭ 23 (+64.29%)
Mutual labels:  payments
paymentgateway
Dokumentace ČSOB platební brány a jejího eAPI pro platby platebními kartami, Apple Pay, mallpay a platebními tlačítky ČSOB.
Stars: ✭ 104 (+642.86%)
Mutual labels:  payments
mangopay2-python-sdk
SDK Python for MANGOPAY
Stars: ✭ 31 (+121.43%)
Mutual labels:  payments
showcase-app-react-native
Aplicativos nacionais feitos com React Native
Stars: ✭ 114 (+714.29%)
Mutual labels:  reactnative
iflux2
Reactive state container (based on immutable) for React or ReactNative, inspired by mapreduce.
Stars: ✭ 50 (+257.14%)
Mutual labels:  reactnative
sketch-style-to-react-native
Sketch plugin that copies an element's styles in React Native way directly to your Mac clipboard.
Stars: ✭ 37 (+164.29%)
Mutual labels:  reactnative
react-native-input-bar
Fully customizable, beautifully designed Input Bar for React Native
Stars: ✭ 32 (+128.57%)
Mutual labels:  reactnative
react-native-web-view
An implementation of React Native's WebView that allows for postMessage on iOS devices.
Stars: ✭ 13 (-7.14%)
Mutual labels:  reactnative
mpesa-rest-api
mpesa rest api converts the mpesa api to a RESTful API that is easy for developers to use instead of the current SOAP web service provided by mpesa.
Stars: ✭ 24 (+71.43%)
Mutual labels:  payments
react-recurly
React components for Recurly.js
Stars: ✭ 38 (+171.43%)
Mutual labels:  payments
react-native-slideable-calendar-strip
A react native calendar strip that support swipe!
Stars: ✭ 86 (+514.29%)
Mutual labels:  reactnative
adyen-dotnet-api-library
Adyen API Library for .NET
Stars: ✭ 69 (+392.86%)
Mutual labels:  payments

mobimoney

Mobimoney is an open-source, cross-platform mobile payments project, developed in React Native and utilizing the Expo development tool (XDE). Specifically, Mobimoney provides a Scanner (QR code reader), Product Page, Shopping Cart, and Invoice modal to facilitate payments from mobile devices. Mobimoney currently does not include payment gateway integration or login authorization, both of which are part of the v1.0 roadmap.

Expo Demo App

You may demo Mobimoney on a mobile device by scanning this QR code (requires Expo Client):

After loading Mobimoney you may scan the items below to test its features:

Getting Started

Open your terminal and navigate to the folder where you would like to download the Mobimoney repo, then copy/paste the folling text:

> git clone https://github.com/mobiman1/mobimoney.git

Then cd to the "mobimoney" directory and install the dependencies:

> cd mobimoney
> npm install

v1.0 Roadmap

Current release: v0.1.5

v1.0 Todo:

  • Dynamically obtain shop data, including: Shop name, shop logo, and prefered currency
  • Add coupon code functionality
  • Save favorited products
  • Integrage payments gatway
  • Integrate login authorization
  • Write documentation

Documentation

Coming soon...

Technologies

  • Expo: Rapid development tool for React Native apps (allows for developing without touching Xcode/Android Studio; is pre-configured with hot-reloading; has its own app store for instant publishing; provides debug tools, etc.).
  • React Native: A library for developing cross-platform mobile apps using React's reactive architecture.

  • React Navigation: Provides cross-platform navigation. Chosen over React Native Navigation because: 1) Expo team recommends it; and 2) React Native Navigation is inundated with hundreds of open issues because the core team has switched attention to producing a new major release.

Authors

  • Steve Becerra - Initial work - mobiman1

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].