Skip to content

blaiti/Wallety

Repository files navigation

Wallety - Budget Tracker

Version License

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.


📱 Download


Wallety Cover


📑 Table of Contents


📸 Screenshots

Wallety Presentation


✨ Features

  • Track income and expenses
  • Budget planning
  • Savings goals management
  • Beautiful charts and analytics
  • Local database storage
  • Clean and modern UI
  • Cross-platform support

⚙️ Tech Stack

Frontend

  • React Native

Platforms

  • Android
  • iOS

🚀 Quick Start

Clone the repository:

git clone https://github.com/blaiti/Wallety.git

Go to the project directory:

cd Wallety

Install dependencies:

npm install

🧪 Run Locally

Android

npx react-native run-android

iOS

npx react-native run-ios

📦 Build Release

Generate APK

cd android
./gradlew assembleRelease

Generate AAB

cd android
./gradlew bundleRelease

🗂️ Project Structure

Wallety
├── 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 Reference

Color Hex
PRIMARY #256BFE
WHITE #FFFFFF
BLACK #18191E
LIGHT_BLACK #282A37

👨‍💻 Author


📄 License

This project is licensed under the MIT License.

https://github.com/blaiti/Wallety/blob/main/LICENSE

About

Wallety is a budget tracker for personal finance and budget planning.

Topics

Resources

License

Stars

143 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors