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.
- Host: GitHub
- URL: https://github.com/kejiahp/react-native-wallet-system
- Owner: kejiahp
- Created: 2024-02-01T17:15:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-14T15:48:00.000Z (over 1 year ago)
- Last Synced: 2025-02-08T06:33:33.511Z (4 months ago)
- Topics: axios, expo, rea, react-native, tanstack-react-query, zod
- Language: TypeScript
- Homepage:
- Size: 970 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**