{"id":21420412,"url":"https://github.com/prateek5525/finance-flow-firebase-react","last_synced_at":"2026-05-09T13:10:05.191Z","repository":{"id":250051607,"uuid":"833156261","full_name":"Prateek5525/finance-flow-firebase-react","owner":"Prateek5525","description":" Finance Flow is a React app for tracking personal expenses. It features Google sign-in, a dashboard for viewing balance, income, and expenses, and an intuitive form for adding transactions. The app uses Firebase for real-time data updates and is designed to be responsive for all devices. ","archived":false,"fork":false,"pushed_at":"2024-09-19T13:44:18.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T06:30:47.649Z","etag":null,"topics":["finance-management","firebase","firebase-auth","firebase-database","internship-project","react"],"latest_commit_sha":null,"homepage":"https://finance-flow-87a44.web.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/Prateek5525.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-24T13:13:26.000Z","updated_at":"2024-09-19T13:44:21.000Z","dependencies_parsed_at":"2024-07-24T23:12:30.217Z","dependency_job_id":"b8af03d8-c89c-42f9-af91-aabe8a412f67","html_url":"https://github.com/Prateek5525/finance-flow-firebase-react","commit_stats":null,"previous_names":["prateek5525/finance-flow-firebase-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2Ffinance-flow-firebase-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2Ffinance-flow-firebase-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2Ffinance-flow-firebase-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2Ffinance-flow-firebase-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prateek5525","download_url":"https://codeload.github.com/Prateek5525/finance-flow-firebase-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926065,"owners_count":20369911,"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":["finance-management","firebase","firebase-auth","firebase-database","internship-project","react"],"created_at":"2024-11-22T20:16:06.117Z","updated_at":"2026-05-09T13:10:00.159Z","avatar_url":"https://github.com/Prateek5525.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Finance Flow: Personal Expense Tracker\n\nFinance Flow is a user-friendly personal expense tracking application built with React. It helps users manage and monitor their financial activities effortlessly. The app integrates with Google for authentication and uses Firebase for real-time data storage and synchronization, providing a seamless experience for tracking personal finances.\n\n## Key Features\n\n- **Google Authentication**: Secure and quick sign-in using Google accounts.\n- **User Dashboard**: Personalized dashboard displaying financial status, including balance, income, and expenses.\n- **Transaction Management**: Easily add transactions with details such as description, amount, and type (income or expense).\n- **Real-Time Updates**: Firebase integration ensures that transaction data is updated in real-time across all devices.\n- **Categorization and Summarization**: Automatically categorizes transactions and provides a summary to help users understand their spending and earning patterns.\n- **Responsive Design**: Mobile-first approach ensuring accessibility and smooth user experience across various devices and screen sizes.\n- **Secure Sign-Out**: Allows users to securely sign out with session data handled safely.\n\n## Technologies Used\n\n- **React**: For building the user interface and managing state.\n- **Firebase**: For authentication, real-time database, and secure data storage.\n- **CSS**: For styling the application, focusing on a clean and modern user interface.\n\n## Installation\n\nTo set up Finance Flow locally, follow these steps:\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/Prateek5525/finance-flow-firebase-react.git\n    ```\n\n2. **Navigate to the project directory:**\n\n    ```bash\n    cd finance-flow\n    ```\n\n3. **Install dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n4. **Set up Firebase:**\n\n    - Create a Firebase project at [Firebase Console](https://console.firebase.google.com/).\n    - Configure Firebase Authentication and Firestore Database.\n    - Obtain your Firebase configuration details from the Firebase Console.\n    - Create a `.env` file in the root of the project and add your Firebase configuration:\n\n    ```makefile\n    REACT_APP_FIREBASE_API_KEY=your_api_key\n    REACT_APP_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com\n    REACT_APP_FIREBASE_PROJECT_ID=your_project_id\n    REACT_APP_FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com\n    REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\n    REACT_APP_FIREBASE_APP_ID=your_app_id\n    ```\n\n5. **Run the development server:**\n\n    ```bash\n    npm start\n    ```\n\n    Open your browser and go to [http://localhost:3000](http://localhost:3000) to see the application.\n\n## Deployment\n\nTo deploy the project to GitHub Pages:\n\n1. **Build the project:**\n\n    ```bash\n    npm run build\n    ```\n\n2. **Deploy to GitHub Pages:**\n\n    ```bash\n    npm run deploy\n    ```\n\n\n## Contributing\n\nContributions are welcome! Feel free to fork this repository and submit pull requests. For any issues or suggestions, please open an issue on GitHub.\n\n\n# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprateek5525%2Ffinance-flow-firebase-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprateek5525%2Ffinance-flow-firebase-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprateek5525%2Ffinance-flow-firebase-react/lists"}