A simple and intuitive React Native app to track daily expenses. Built with performance in mind and a clean UI to manage your finances on the go.
- 📊 Track income and expenses
- 📝 Add, edit, and delete transactions
- 💾 Persistent storage using AsyncStorage
- ⚡ Fast and responsive UI (optimized for performance)
# Clone the repository
git clone https://github.com/rahulp1262003/ExpenseTracker.git
# Navigate into the project directory
cd expense-tracker-app
# Install dependencies
npm install
# Run the app
npx react-native run-android # or run-ios