https://github.com/binary-baba/expense-tracker
Easily add expenses with amount, description, and category in this React Native app. Track spending, set budgets, and get insights with a user-friendly interface. Works smoothly on Android & iOS! 🚀
https://github.com/binary-baba/expense-tracker
Last synced: 12 months ago
JSON representation
Easily add expenses with amount, description, and category in this React Native app. Track spending, set budgets, and get insights with a user-friendly interface. Works smoothly on Android & iOS! 🚀
- Host: GitHub
- URL: https://github.com/binary-baba/expense-tracker
- Owner: binary-baba
- Created: 2025-03-19T08:49:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T08:52:32.000Z (about 1 year ago)
- Last Synced: 2025-03-19T09:35:10.207Z (about 1 year ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
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.
## Features
**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**.
## Tech Stack
- **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.
## Installation
1. Clone the repository:
```sh
git clone https://github.com/binary-baba/expense-tracker.git
cd expense-tracker
```
2. Install dependencies:
```sh
npm install # or yarn install
```
3. Run the app:
```sh
npx react-native run-android # For Android
npx react-native run-ios # For iOS (Mac only)
```
## Usage
1. Open the app and add an expense by entering an amount, description, and selecting a category.
2. View your past transactions and analyze spending.
3. Manage your budget effectively and track progress.
## Contributing
Feel free to fork this repository and submit pull requests to enhance the project.
## License
This project is licensed under the MIT License.
---
🚀 **Stay in control of your finances with this Expense Tracker app!**