A simple and efficient React Native Expense Tracker app to manage your finances effortlessly. Add expenses with amount, description, and category, track spending, and stay on top of your budget.
Add Expenses โ Enter amount, description, and select a category.
Category-wise Tracking โ Analyze spending based on different categories.
Budget Management โ Set limits and control overspending.
User-friendly UI โ Simple, clean, and fast experience.
Cross-Platform โ Works seamlessly on Android & iOS.
- React Native โ For building a cross-platform mobile app.
- Redux / Context API โ For state management (if used).
- Firebase / AsyncStorage โ For data storage (depending on the backend choice).
- React Navigation โ For smooth app navigation.
-
Clone the repository:
git clone https://github.com/binary-baba/expense-tracker.git cd expense-tracker
-
Install dependencies:
npm install # or yarn install
-
Run the app:
npx react-native run-android # For Android npx react-native run-ios # For iOS (Mac only)
- Open the app and add an expense by entering an amount, description, and selecting a category.
- View your past transactions and analyze spending.
- Manage your budget effectively and track progress.
Feel free to fork this repository and submit pull requests to enhance the project.
This project is licensed under the MIT License.
๐ Stay in control of your finances with this Expense Tracker app!