{"id":22660982,"url":"https://github.com/kirankumar-matham96/money-management-app-react","last_synced_at":"2026-07-09T16:31:43.206Z","repository":{"id":114107547,"uuid":"498017513","full_name":"kirankumar-Matham96/money-management-app-react","owner":"kirankumar-Matham96","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-31T11:54:08.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T08:42:27.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kirankumar-Matham96.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":"2022-05-30T16:23:33.000Z","updated_at":"2022-05-30T16:24:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc672bad-9ae8-4515-bb42-374b78e5ca16","html_url":"https://github.com/kirankumar-Matham96/money-management-app-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirankumar-Matham96/money-management-app-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Fmoney-management-app-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Fmoney-management-app-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Fmoney-management-app-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Fmoney-management-app-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirankumar-Matham96","download_url":"https://codeload.github.com/kirankumar-Matham96/money-management-app-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirankumar-Matham96%2Fmoney-management-app-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35306715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-09T11:13:11.648Z","updated_at":"2026-07-09T16:31:43.199Z","avatar_url":"https://github.com/kirankumar-Matham96.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"In this project, let's build a **Money Manager** app by applying the concepts we have learned till now.\n\n### Refer to the image below:\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/money-manager-output.gif\" alt=\"money manager output gif\" style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n### Design Files\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Extra Small (Size \u003c 576px) and Small (Size \u003e= 576px)](https://assets.ccbp.in/frontend/content/react-js/money-manager-sm-output-v2.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/money-manager-lg-output.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n### Completion Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eFunctionality to be added\u003c/summary\u003e\n\u003cbr/\u003e\n\nThe app must have the following functionalities\n\n- Initially, Balance Amount, Income Amount, and Expenses Amount should be `0`\n- Balance Amount should be calculated by removing the Expenses Amount from the Income Amount in the list of transactions\n- Income Amount should be calculated by removing the Expenses Amount in the list of transactions\n- Expenses Amount should be calculated by adding only Expenses Amount in the list of transactions\n- The `MoneyManager` component is provided with `transactionTypeOptions`. It consists of a list of transaction type objects with the following properties in each object\n\n  |     Key     | Data Type |\n  | :---------: | :-------: |\n  |  optionId   |  String   |\n  | displayText |  String   |\n\n- Initially, the value of the `titleInput` should be empty\n- Initially, the value of the `amountInput` should be empty\n- Initially, the first option in the list should be selected\n- When a transaction is added, by providing the values in the `titleInput`, `amountInput` and `optionId` and **Add** button is clicked,\n\n  - A new transaction should be added to the transaction history list\n  - `totalBalance`, `totalIncome` and `totalExpenses` should be updated accordingly\n\n    ```\n    totalBalance = totalIncome - totalExpenses\n    ```\n\n  - After updating, the values in the `titleInput`,`amountInput` and `optionId` will be updated to their initial values\n\n- When the delete button in the transaction history is clicked,\n  - The respective transaction should be deleted from the transaction history list\n  - `totalBalance`, `totalIncome` and `totalExpenses` should be updated accordingly\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eComponents Structure\u003c/summary\u003e\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/money-manager-component-structure-breakdown.png\" alt=\"component breakdown structure\" style=\"max-width:100%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\"\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eImplementation Files\u003c/summary\u003e\n\u003cbr/\u003e\n\nUse these files to complete the implementation:\n\n- `src/App.js`\n- `src/components/MoneyManager/index.js`\n- `src/components/MoneyManager/index.css`\n- `src/components/MoneyDetails/index.js`\n- `src/components/MoneyDetails/index.css`\n- `src/components/TransactionItem/index.js`\n- `src/components/TransactionItem/index.css`\n\u003c/details\u003e\n\n### Important Note\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n**The following instructions are required for the tests to pass**\n\n- The Balance Amount should have the testid as **balanceAmount**\n- The Income Amount should have the testid as **incomeAmount**\n- The Expenses Amount should have the testid as **expensesAmount**\n- The Delete button for each transaction should have the testid as **delete**\n\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- [https://assets.ccbp.in/frontend/react-js/money-manager/money-manager-bg.png](https://assets.ccbp.in/frontend/react-js/money-manager/money-manager-bg.png)\n- [https://assets.ccbp.in/frontend/react-js/money-manager/balance-image.png](https://assets.ccbp.in/frontend/react-js/money-manager/balance-image.png) alt should be **balance**\n- [https://assets.ccbp.in/frontend/react-js/money-manager/income-image.png](https://assets.ccbp.in/frontend/react-js/money-manager/income-image.png) alt should be **income**\n- [https://assets.ccbp.in/frontend/react-js/money-manager/expenses-image.png](https://assets.ccbp.in/frontend/react-js/money-manager/expenses-image.png) alt should be **expenses**\n- [https://assets.ccbp.in/frontend/react-js/money-manager/delete.png](https://assets.ccbp.in/frontend/react-js/money-manager/delete.png) alt should be **delete**\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #475569; width: 150px; padding: 10px; color: white\"\u003eHex: #475569\u003c/div\u003e\n\u003cdiv style=\"background-color: #0b69ff; width: 150px; padding: 10px; color: white\"\u003eHex: #0b69ff\u003c/div\u003e\n\u003cdiv style=\"background-color: #ecfccb; width: 150px; padding: 10px; color: black\"\u003eHex: #ecfccb\u003c/div\u003e\n\u003cdiv style=\"background-color: #84cc16; width: 150px; padding: 10px; color: black\"\u003eHex: #84cc16\u003c/div\u003e\n\u003cdiv style=\"background-color: #cffafe; width: 150px; padding: 10px; color: black\"\u003eHex: #cffafe\u003c/div\u003e\n\u003cdiv style=\"background-color: #06b6d4; width: 150px; padding: 10px; color: black\"\u003eHex: #06b6d4\u003c/div\u003e\n\u003cdiv style=\"background-color: #ede9fe; width: 150px; padding: 10px; color: black\"\u003eHex: #ede9fe\u003c/div\u003e\n\u003cdiv style=\"background-color: #7c3aed; width: 150px; padding: 10px; color: white\"\u003eHex: #7c3aed\u003c/div\u003e\n\u003cdiv style=\"background-color: #cbd5e1; width: 150px; padding: 10px; color: black\"\u003eHex: #cbd5e1\u003c/div\u003e\n\u003cdiv style=\"background-color: #7e858e; width: 150px; padding: 10px; color: black\"\u003eHex: #7e858e\u003c/div\u003e\n\u003cdiv style=\"background-color: #ffffff; width: 150px; padding: 10px; color: black\"\u003eHex: #ffffff\u003c/div\u003e\n\u003cdiv style=\"background-color: #1e293b; width: 150px; padding: 10px; color: white\"\u003eHex: #1e293b\u003c/div\u003e\n\u003cdiv style=\"background-color: #d7dfe9; width: 150px; padding: 10px; color: black\"\u003eHex: #d7dfe9\u003c/div\u003e\n\u003cdiv style=\"background-color: #334155; width: 150px; padding: 10px; color: white\"\u003eHex: #334155\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFont-families\u003c/summary\u003e\n\n- Roboto\n\n\u003c/details\u003e\n\n\u003e ### _Things to Keep in Mind_\n\u003e\n\u003e - All components you implement should go in the `src/components` directory.\n\u003e - Don't change the component folder names as those are the files being imported into the tests.\n\u003e - **Do not remove the pre-filled code**\n\u003e - Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Fmoney-management-app-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirankumar-matham96%2Fmoney-management-app-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirankumar-matham96%2Fmoney-management-app-react/lists"}