Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.63 KB

File metadata and controls

56 lines (38 loc) · 1.63 KB

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:

    git clone https://github.com/binary-baba/expense-tracker.git
    cd expense-tracker
  2. Install dependencies:

    npm install  # or yarn install
  3. Run the app:

    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!