{"id":15136707,"url":"https://github.com/roluochke/nextjs-banking-app","last_synced_at":"2026-02-25T18:35:19.420Z","repository":{"id":251734777,"uuid":"838187225","full_name":"rOluochKe/nextjs-banking-app","owner":"rOluochKe","description":"A Fintech Bank Application is a modern banking platform for everyone.","archived":false,"fork":false,"pushed_at":"2024-08-07T14:52:22.000Z","size":857,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T03:42:46.675Z","etag":null,"topics":["appwrite","chartjs","nextjs14","react-hook-form","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rOluochKe.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}},"created_at":"2024-08-05T06:05:55.000Z","updated_at":"2024-08-07T14:52:25.000Z","dependencies_parsed_at":"2024-08-05T12:29:56.448Z","dependency_job_id":"aea110b5-2072-410b-b77f-a83f90bfa16c","html_url":"https://github.com/rOluochKe/nextjs-banking-app","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"aa09ff70c6087f9e02ac708dd0bfcd326ed71dc5"},"previous_names":["roluochke/nextjs-banking-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rOluochKe%2Fnextjs-banking-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rOluochKe%2Fnextjs-banking-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rOluochKe%2Fnextjs-banking-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rOluochKe%2Fnextjs-banking-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rOluochKe","download_url":"https://codeload.github.com/rOluochKe/nextjs-banking-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247430837,"owners_count":20937873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["appwrite","chartjs","nextjs14","react-hook-form","tailwindcss","typescript"],"created_at":"2024-09-26T06:40:44.016Z","updated_at":"2025-10-31T05:40:44.617Z","avatar_url":"https://github.com/rOluochKe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A Fintech Bank Application\n\nBuilt with Next.js, Horizon is a financial SaaS platform that connects to multiple bank accounts, displays transactions in real-time, allows users to transfer money to other platform users, and manages their finances altogether.\n\n### Tech Stack\n\n- Next.js\n- TypeScript\n- Appwrite\n- Plaid\n- Dwolla\n- React Hook Form\n- Zod\n- TailwindCSS\n- Chart.js\n- ShadCN\n\n### Features\n\n- \u003cstrong\u003eAuthentication:\u003c/strong\u003e An ultra-secure SSR authentication with proper validations and authorization\n\n- \u003cstrong\u003eConnect Banks:\u003c/strong\u003e Integrates with Plaid for multiple bank account linking\n\n- \u003cstrong\u003eHome Page:\u003c/strong\u003e Shows general overview of user account with total balance from all connected banks, recent transactions, money spent on different categories, etc\n\n- \u003cstrong\u003eMy Banks:\u003c/strong\u003e Check the complete list of all connected banks with respective balances, account details\n\n- \u003cstrong\u003eTransaction History:\u003c/strong\u003e Includes pagination and filtering options for viewing transaction history of different banks\n\n- \u003cstrong\u003eReal-time Updates:\u003c/strong\u003e Reflects changes across all relevant pages upon connecting new bank accounts.\n\n- \u003cstrong\u003eFunds Transfer:\u003c/strong\u003e Allows users to transfer funds using Dwolla to other accounts with required fields and recipient bank ID.\n\n- \u003cstrong\u003eResponsiveness:\u003c/strong\u003e Ensures the application adapts seamlessly to various screen sizes and devices, providing a consistent user experience across desktop, tablet, and mobile platforms.\n\nand many more, including code architecture and reusability.\n\n### Quick Start\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [npm](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone git@github.com:rOluochKe/nextjs-banking-app.git\ncd nextjs-banking-app\n```\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\n```\n\n**Set Up Environment Variables**\n\nCreate a new file named `.env` in the root of your project and add the following content:\n\n```env\n#NEXT\nNEXT_PUBLIC_SITE_URL=\n\n#APPWRITE\nNEXT_PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1\nNEXT_PUBLIC_APPWRITE_PROJECT=\nAPPWRITE_DATABASE_ID=\nAPPWRITE_USER_COLLECTION_ID=\nAPPWRITE_BANK_COLLECTION_ID=\nAPPWRITE_TRANSACTION_COLLECTION_ID=\nAPPWRITE_SECRET=\n\n#PLAID\nPLAID_CLIENT_ID=\nPLAID_SECRET=\nPLAID_ENV=\nPLAID_PRODUCTS=\nPLAID_COUNTRY_CODES=\n\n#DWOLLA\nDWOLLA_KEY=\nDWOLLA_SECRET=\nDWOLLA_BASE_URL=https://api-sandbox.dwolla.com\nDWOLLA_ENV=sandbox\n\n```\n\nReplace the placeholder values with your actual respective account credentials. You can obtain these credentials by signing up on the [Appwrite](https://appwrite.io/?utm_source=youtube\u0026utm_content=reactnative\u0026ref=JSmastery), [Plaid](https://plaid.com/) and [Dwolla](https://www.dwolla.com/)\n\n**Running the Project**\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to view the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froluochke%2Fnextjs-banking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froluochke%2Fnextjs-banking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froluochke%2Fnextjs-banking-app/lists"}