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
- Manage state and navigation using React Navigation
- Deploy with cloud-based tools
- Beginner-friendly for first-time React Native devs
PORT=5001
NODE_ENV=development
PUBLISHABLE_KEY=<your_publishable_key>
SECRET_KEY=<your_publishable_secret_key>
DATABASE_URL=<your_db_connection_url>
REST_URL=<your_connection_url>
REST_TOKEN=<your_connection_token>cd main
npm install
npm run dev