Wallety is a modern personal finance and budget tracking app built with React Native.
Track your income and expenses, manage savings goals, and plan your budget with a clean and intuitive mobile experience.
- Android (Google Play): https://play.google.com/store/apps/details?id=com.wallety
- Screenshots
- Features
- Tech Stack
- Quick Start
- Run Locally
- Build Release
- Project Structure
- Color Reference
- Author
- License
- Track income and expenses
- Budget planning
- Savings goals management
- Beautiful charts and analytics
- Local database storage
- Clean and modern UI
- Cross-platform support
- React Native
- Android
- iOS
Clone the repository:
git clone https://github.com/blaiti/Wallety.gitGo to the project directory:
cd WalletyInstall dependencies:
npm installnpx react-native run-androidnpx react-native run-ioscd android
./gradlew assembleReleasecd android
./gradlew bundleReleaseWallety
├── index.js
├── app.json
├── package.json
├── package-lock.json
├── babel.config.js
├── metro.config.js
├── android
├── ios
└── src
├── App.js
├── assets
│ ├── fonts
│ └── images
├── components
├── config
├── context
├── dbHelpers
├── navigations
├── screens
├── styles
└── utils| Color | Hex |
|---|---|
| PRIMARY | #256BFE |
| WHITE | #FFFFFF |
| BLACK | #18191E |
| LIGHT_BLACK | #282A37 |
- GitHub: https://github.com/blaiti
This project is licensed under the MIT License.

