Welcome to the Expense Tracker App repository! This mobile application is built with React Native and is designed to help users track their expenses conveniently.
To get started, follow these simple installation steps:
-
Install dependencies using npm or yarn:
npm install
or
yarn install
-
Start the development server:
npm start
or
yarn start
-
Run the app on Android:
npm run android
or
yarn android
-
Run the app on iOS:
npm run ios
or
yarn ios
Default Screen and also after clicking the clear expenses button.
Numeric Keyboard input for the Amount field.
It also calculates the total expense
- Track your daily expenses
- Categorize expenses for better organization
- User-friendly interface for seamless navigation
- React Native
- Async Storage
We hope you find the Expense Tracker App useful and enjoy using it to manage your expenses efficiently! If you encounter any issues or have suggestions for improvements, please feel free to open an issue.