Skip to content

TnRuslan/expenses-tracker

Repository files navigation

Welcome to your Expense Tracker App 💼

This is a React Native app built with Expo for tracking and managing expenses.

Get Started

  1. Install dependencies

    npm install
  2. Start the development server

    npm start
  3. Run on Expo Go

    • Download the Expo Go app from the Google Play Store or Apple App Store.
    • Scan the QR code displayed in your terminal or on the Expo DevTools page.
    • The app will open on your mobile device.

Features

  • Track expenses by category
  • Manage account balances
  • Interactive UI with dynamic updates
  • Works seamlessly with Expo Go for quick testing

Development

  • Ensure you have Node.js and npm installed.

  • Install Expo CLI globally if needed:

    npm install -g expo-cli
  • To run the project on an emulator:

    expo start --android  # For Android Emulator
    expo start --ios      # For iOS Simulator (Mac only)

Contributing

Feel free to submit issues or contribute by opening pull requests.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published