An income and expense management app for iOS and Android powered by React Native.
- Atomic Design
- Bare React Native App with Expo Modules
- Data Persistance
- Date Management
- Design System
- Form Validations
- Gallery Image Picker
- Performant Infinite List
- React Navigation
- SVG Icons
- State Management with Zustand
- Styled Components
- TypeScript
- Design System - Montra - Expense Tracker UI Kit (Figma) by Braja Omar Justico
Clone the project
git clone https://github.com/alexup19/MoneyTrackingApp.git
Go to the project directory
cd MoneyTrackingApp
Install dependencies
npm install
cd ios
pod install
Start the App
npm start
npm run ios
npm run android