This is a React Native app built with Expo for tracking and managing expenses.
-
Install dependencies
npm install
-
Start the development server
npm start
-
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.
- Track expenses by category
- Manage account balances
- Interactive UI with dynamic updates
- Works seamlessly with Expo Go for quick testing
-
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)
Feel free to submit issues or contribute by opening pull requests.
This project is licensed under the MIT License.