{"id":19671751,"url":"https://github.com/ressuman/mini-fintech-app-project","last_synced_at":"2025-06-29T06:33:58.996Z","repository":{"id":250031700,"uuid":"833241345","full_name":"ressuman/Mini-Fintech-App-Project","owner":"ressuman","description":"A mini fintech application that uses Firebase for user authentication and database management, and integrates with Paystack for payment processing. Features include user sign-up, login, adding money, sending money, and viewing transaction history. Built with React.js.","archived":false,"fork":false,"pushed_at":"2024-08-20T09:26:59.000Z","size":5160,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T05:13:52.783Z","etag":null,"topics":["firebase","firebase-auth","firebase-database","firestore","javascript","payment-gateway","paystack","reactjs","user-authentication","vite"],"latest_commit_sha":null,"homepage":"https://ressuman-mini-fintech-bank-app.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ressuman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-24T16:24:24.000Z","updated_at":"2025-01-25T14:56:53.000Z","dependencies_parsed_at":"2024-07-30T21:46:44.894Z","dependency_job_id":"6ed1f44a-c9b6-4ff7-9475-52e9132f2054","html_url":"https://github.com/ressuman/Mini-Fintech-App-Project","commit_stats":null,"previous_names":["ressuman/mini-fintech-app-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ressuman/Mini-Fintech-App-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FMini-Fintech-App-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FMini-Fintech-App-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FMini-Fintech-App-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FMini-Fintech-App-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ressuman","download_url":"https://codeload.github.com/ressuman/Mini-Fintech-App-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ressuman%2FMini-Fintech-App-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262547444,"owners_count":23327176,"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":["firebase","firebase-auth","firebase-database","firestore","javascript","payment-gateway","paystack","reactjs","user-authentication","vite"],"created_at":"2024-11-11T17:09:39.865Z","updated_at":"2025-06-29T06:33:58.981Z","avatar_url":"https://github.com/ressuman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Fintech App\n\nThis is a mini fintech application that allows users to sign up, log in, add money, and send money using Paystack. The app also features a dashboard where users can view their transaction history. Firebase is used as the backend for authentication and database management.\n\n## Features\n\n- **User Authentication**: Sign up, log in, and log out functionality using Firebase Authentication.\n- **Dashboard**: View user details and transaction history.\n- **Add Money**: Integrate Paystack to add money to the user's account.\n- **Send Money**: Transfer money to other users via Paystack.\n- **Transaction History**: Maintain a record of all transactions (amount and history) in Firebase Firestore.\n\n## Technologies Used\n\n- **Frontend**: React.js (or any other frontend framework/library)\n- **Backend**: Firebase Authentication and Firestore\n- **Payment Gateway**: Paystack\n\n### Getting Started\n\n1. **Clone the repository**:\n\n```bash\ngit clone https://github.com/yourusername/mini-fintech-app.git\ncd mini-fintech-app\n```\n\n2. **Install dependencies**:\n\n```bash\nnpm install\n```\n\n3. **Run the application**:\n\n```bash\nnpm start\n```\n\n### Usage\n\n1. **Sign Up**:\n\n   - Navigate to the Sign Up page.\n   - Enter your full name, email, and password.\n   - Click the Sign Up button to create an account.\n\n2. **Log In**:\n\n   - Navigate to the Log In page.\n   - Enter your email and password.\n   - Click the Log In button to access your dashboard.\n\n3. **Dashboard**:\n\n   - View your user details and transaction history.\n\n4. **Add Money**:\n\n   - Navigate to the Add Money page.\n   - Enter the amount you wish to add.\n   - Click the Add Money button to initiate the Paystack transaction.\n\n5. **Send Money**:\n\n   - Navigate to the Send Money page.\n   - Enter the recipient's email and the amount to send.\n   - Click the Send Money button to initiate the Paystack transfer.\n\n6. **Log Out**:\n   - Click the Log Out button to sign out of your account.\n\n### License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n#### Gif\n\nHere is an expected gif of the preview of the App(Mini Fintech Bank App)\n\n## ![Mini Fintech Bank App gif](./src/assets/mini-fintech-bank-app.gif)\n\n---\n\n**Note**: Ensure you replace placeholders like `YOUR_API_KEY`, `YOUR_PAYSTACK_PUBLIC_KEY`, and `YOUR_PAYSTACK_SECRET_KEY` with your actual keys from Firebase and Paystack.\n\n## React + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fressuman%2Fmini-fintech-app-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fressuman%2Fmini-fintech-app-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fressuman%2Fmini-fintech-app-project/lists"}