{"id":33568111,"url":"https://github.com/aar0gya/react-native-wallet-app","last_synced_at":"2026-04-07T20:32:36.148Z","repository":{"id":325971835,"uuid":"1102876091","full_name":"aar0gya/react-native-wallet-app","owner":"aar0gya","description":"A modern, full-stack React Native Wallet Application that allows users to track income and expenses in real time. The app includes backend API integration, secure authentication, cloud-hosted data storage, and attractive mobile UI screens that run seamlessly on both iOS and Android","archived":false,"fork":false,"pushed_at":"2025-11-24T15:07:40.000Z","size":4602,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-28T03:52:55.124Z","etag":null,"topics":["authentication","clerk","cloud-database","expo","express","finance-app","fullstack","mobile-development","neon","nodejs","postgres","react-native","react-navigation","redis","rest-api","wallet-application"],"latest_commit_sha":null,"homepage":"https://wallet-wjiu.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aar0gya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-24T06:43:11.000Z","updated_at":"2025-11-24T15:07:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aar0gya/react-native-wallet-app","commit_stats":null,"previous_names":["aar0gya/react-native-wallet-app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aar0gya/react-native-wallet-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aar0gya%2Freact-native-wallet-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aar0gya%2Freact-native-wallet-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aar0gya%2Freact-native-wallet-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aar0gya%2Freact-native-wallet-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aar0gya","download_url":"https://codeload.github.com/aar0gya/react-native-wallet-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aar0gya%2Freact-native-wallet-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","clerk","cloud-database","expo","express","finance-app","fullstack","mobile-development","neon","nodejs","postgres","react-native","react-navigation","redis","rest-api","wallet-application"],"created_at":"2025-11-28T05:00:37.266Z","updated_at":"2026-04-07T20:32:36.138Z","avatar_url":"https://github.com/aar0gya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💰 React Native Wallet App\n\n\n\u003cimg width=\"960\" height=\"640\" alt=\"Cover Image\" src=\"https://github.com/user-attachments/assets/3424d0e1-5b3e-4ea3-b45c-f5f485973d8c\" /\u003e\n\n\nA full-stack personal finance wallet application built using **React Native, Expo, Express, Clerk, Neon PostgreSQL, and Redis**.\nThis project demonstrates how to build a complete production-ready mobile application with **authentication, database integration, cloud deployment, and real-time updates** — all without needing Swift, Kotlin, or native modules.\n\nThis project demonstrates how to build a fully functional, production-ready mobile finance tracker using React Native + Expo alongside a Node.js/Express backend with:\n\n⦁\tClerk authentication (with email code verification)\n\n⦁\tNeon PostgreSQL for database storage\n\n⦁\tRedis rate limiting\n\n⦁\tDeployed backend and real device mobile support\n\nUsers can:\n\n⦁\tSign up \u0026 log in using a 6-digit email code\n\n⦁\tView their current wallet balance\n\n⦁\tCreate income or expense transactions\n\n⦁\tDelete transactions, with recalculations\n\n⦁\tPull-to-refresh to sync with backend\n\n⦁\tLog out securely\n\nPerfect for developers looking to learn how to connect a mobile frontend to a real backend with secure user accounts and persistent cloud data storage.\n\n---\n\n## 🚀 Features\n\n### ✨ Mobile App (Expo \u0026 React Native)\n\n* 📱 Runs on **iOS \u0026 Android**\n* 🔐 Email-based login \u0026 signup (6-digit verification code) using Clerk\n* 💼 Home screen showing:\n\n  * Current balance\n  * List of transactions\n* ➕ Add income and expense transactions\n* 🔄 Pull-to-refresh functionality\n* ❌ Delete transactions to update balance instantly\n* 🚪 Logout routing that safely returns users to auth pages\n\n### 🖥 Backend (Express API)\n\n* 🌐 Fully REST-based Node.js server\n* 🗄 PostgreSQL database hosted on Neon\n* ⚙ Auth middleware using Clerk\n* 📦 Redis-based rate limiting for protection\n* ☁ Easily deployable on cloud services\n\n---\n\n## 🧠 What You'll Learn\n\nBy building this project, you’ll master:\n\n* Building a **mobile app with React Native \u0026 Expo**\n* Creating a **backend with Express \u0026 PostgreSQL**\n* Real-world user authentication with **Clerk**\n* Structured full-stack communication between mobile → backend → database\n* Implementing rate limiting using **Redis**\n* Deployment of both backend \u0026 mobile applications\n* Managing navigation \u0026 global app state cleanly\n\nPerfect for:\n\n* Beginners building their *first full-stack mobile app*\n* React developers expanding into React Native\n* Anyone needing a realistic production-ready example\n\n---\n\n\n## 📸 App Screenshots\n\n![Screenshot_2025-11-24-17-34-06-40_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/8c5bc732-129b-4d3f-bd56-d62f90f53d44)\n\n![Screenshot_2025-11-24-17-35-00-45_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/683f9235-6ce8-4e59-b81f-a2a2c31f8647)\n\n![Screenshot_2025-11-24-17-35-29-94_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/54cb127d-af9d-4090-8ebc-8bb97f4aba60)\n\n![Screenshot_2025-11-24-17-35-38-40_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/952ec8bc-bd2d-4383-828f-8d77ea17f264)\n\n![Screenshot_2025-11-24-17-35-54-52_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/9dfa3dcc-eed6-44ea-9940-e435c3e567ac)\n\n![Screenshot_2025-11-24-17-37-17-80_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/71023d2b-e806-4479-895a-0e092cb5d19a)\n\n![Screenshot_2025-11-24-17-37-26-39_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/33c657f0-4bb5-4a45-9904-c525f53d6799)\n\n![Screenshot_2025-11-24-17-37-44-86_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/26565a89-cad3-4a85-8152-ccd427edef1b)\n\n![Screenshot_2025-11-24-17-38-20-03_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/65e9a836-71e0-45d7-b55b-4cbd4e2e433c)\n\n![Screenshot_2025-11-24-17-38-43-75_f73b71075b1de7323614b647fe394240](https://github.com/user-attachments/assets/192a4264-b862-4225-bf0c-b16ee74779c7)\n\n---\n\n## 🛠 Tech Stack\n\n### Frontend\n\n* React Native (Expo)\n* React Navigation\n* Async Storage\n* Clerk Auth SDK\n\n### Backend\n\n* Node.js + Express\n* PostgreSQL (Neon)\n* Redis (Rate Limiting)\n* Clerk Server SDK\n\n---\n\n## 📁 Project Structure\n\n```\n.\n├── backend\n│   ├── src\n│   ├── package.json\n│   └── .env\n└── mobile\n    ├── screens\n    ├── components\n    ├── package.json\n    └── app.config.js\n```\n\n---\n\n## ⚙ Environment Variables\n\n### Backend (`/backend/.env`)\n\n```\nPORT=5001\nNODE_ENV=development\n\nCLERK_PUBLISHABLE_KEY=\u003cyour_clerk_publishable_key\u003e\nCLERK_SECRET_KEY=\u003cyour_clerk_secret_key\u003e\n\nDATABASE_URL=\u003cyour_neon_postgres_connection_url\u003e\nREDIS_URL=\u003cyour_redis_connection_url\u003e\n```\n\n### Mobile (`/mobile/.env`)\n\n```\nEXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=\u003cyour_clerk_key\u003e\n```\n\n---\n\n## ▶ Running The Project\n\n### 1️⃣ Start Backend\n\n```bash\ncd backend\nnpm install\nnpm run dev\n```\n\n### 2️⃣ Start Mobile App\n\n```bash\ncd mobile\nnpm install\nnpx expo start\n```\n\nScan the QR code or run the Android/iOS simulator.\n\n---\n\n## 📡 Deployment\n\nYou can deploy using:\n\n### Backend:\n\n* Vercel\n* Render\n* Fly.io\n* Railway\n\n### Database:\n\n* Neon PostgreSQL (recommended)\n\n### Redis:\n\n* Upstash (free tiers available)\n\n### Mobile:\n\n* Expo EAS (supports OTA \u0026 store publishing)\n\n---\n\n## 📌 Roadmap\n\n* [ ] Dark mode UI\n* [ ] Filtering \u0026 sorting transactions\n* [ ] Budget goals overview\n* [ ] Push notifications for expenses\n\n---\n\n## 🧾 License\n\nThis project is open-source — see `LICENSE` for details.\n\n---\n\n## ⭐ Support\n\nIf this project helps you:\n\n* Star ⭐ the repository\n* Share with developers getting into React Native\n\n## 🧾 Note\nThis backend is an API server. Opening the Render URL in a browser will not show a webpage — it is meant to serve the mobile app. If you open it directly, you may see “Cannot GET /”.\n\nThanks,\n\nHappy coding!\n\naar0gya\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faar0gya%2Freact-native-wallet-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faar0gya%2Freact-native-wallet-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faar0gya%2Freact-native-wallet-app/lists"}