This is a complete application with backend integration, authentication, and cloud-based storage.
- 🔐 Authentication with email verification
- 📝 Signup & Login flows with 6-digit email code
- 🏠 Home Screen that shows your current balance & past transactions
- ➕ Create Screen to add income or expense transactions
- 🔄 Pull to refresh functionality from scratch
- 🗑️ Delete transactions to update balance
- 🚪 Logout to navigate back to login screen
- Implement authentication & email verification
- Build a full app with React Native and Typescript
- Manage state and navigation using React Navigation and with Router File base
- Deploy with cloud-based tools
- Beginner-friendly for first-time React Native devs
-
Install dependencies
npm install
-
Start the app
npm run start
You can start the additional developement by editing the files inside the app directory. This project uses [file-based routing].


