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

https://github.com/kejiahp/react-native-wallet-system

A Mobile app serving a wallet management system with highly complex functionalities. Find the wallet management system under my repositories.
https://github.com/kejiahp/react-native-wallet-system

axios expo rea react-native tanstack-react-query zod

Last synced: 2 months ago
JSON representation

A Mobile app serving a wallet management system with highly complex functionalities. Find the wallet management system under my repositories.

Awesome Lists containing this project

README

        

# Wallet management system mobile application

**NOTE:** _This project will not be completed due to paystacks limitations on starter business accounts, preventing implementation of features such as Withdrawals(payouts/tranfers). Sidenote: I learnt what i wanted to learn so 🤷‍♂️_

#### On heaven and earth, I alone am honored 🤞

This is a Mobile app serving the [Wallet management system API](https://github.com/kejiahp/wallet-management-system "wallet management system api")

I developed this project to serve as an system allowing registered users to store money in virtual wallets, withdraw money from the wallets and lock money for a duration and release it on a specified date back into their wallets.

This project was built using [React Native](https://reactnative.dev "React Native"), the open-source platform for building react native applications [Expo](https://expo.dev "Expo"), React context API for global state management, Axios as my Http Client, [Tanstack query](https://www.npmjs.com/package/@tanstack/react-query "Tanstack query") for Server state management, Form state management [React hook forms](https://react-hook-form.com "React hook forms") and [ZOD](https://zod.dev "ZOD") is my validator of choice.

**Run the project**