e-financer is an application that helps you track your expenses and income easily. It allows to import your receipts and invoices and automatically categorize them. It also provides a dashboard to visualize your expenses and income and export them to pdf. You can also create goals and track them, get notifications when you reach them.
- comperhensive authentication with email verification
- Dynamic dashboard
- Import receipts and invoices
- Categorize expenses and income
- Visualize expenses and income
- Export data to pdf
- Create goals and track them, get notifications when you reach them
- React native for the frontend
- Node.js for the backend
- MongoDB for the database
- JWT for authentication
- zustand for state management
- Prisma for ORM
- Clone the repository
git clone https://github.com/hanad124/react-native-expense-tracker-app.git
- Install dependencies
cd react-native-expense-tracker-app
npm install
- Run the app
npx expo start