{"id":15412720,"url":"https://github.com/molefrog/ftt","last_synced_at":"2025-07-23T11:08:12.620Z","repository":{"id":146470009,"uuid":"103738827","full_name":"molefrog/ftt","owner":"molefrog","description":"💸 An expense tracking application based on 50-30-20 budgeting rule. A hackathon project.","archived":false,"fork":false,"pushed_at":"2018-02-01T22:47:39.000Z","size":2968,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-02T14:57:40.172Z","etag":null,"topics":["app","budgeting","hackathon","nodejs","react"],"latest_commit_sha":null,"homepage":"https://ftt.now.sh","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/molefrog.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":"2017-09-16T08:51:56.000Z","updated_at":"2021-12-26T20:36:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"c28f6152-dff6-4255-a066-c4d21b380273","html_url":"https://github.com/molefrog/ftt","commit_stats":{"total_commits":73,"total_committers":2,"mean_commits":36.5,"dds":"0.23287671232876717","last_synced_commit":"3ae06016e9590670589319b85c126a7eca9903ee"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/molefrog/ftt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fftt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fftt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fftt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fftt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/molefrog","download_url":"https://codeload.github.com/molefrog/ftt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/molefrog%2Fftt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266665813,"owners_count":23964974,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["app","budgeting","hackathon","nodejs","react"],"created_at":"2024-10-01T16:54:13.104Z","updated_at":"2025-07-23T11:08:12.598Z","avatar_url":"https://github.com/molefrog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/molefrog/fifty-thirty-twenty/master/design/ftt-logo.png\" data-canonical-src=\"https://raw.githubusercontent.com/molefrog/fifty-thirty-twenty/master/design/ftt-logo.png\" width=\"75\" /\u003e\n\nFifty Thirty Twenty\n===================\nAn expense tracking application based on a [50-30-20 rule](https://www.thebalance.com/the-50-30-20-rule-of-thumb-453922).\nThis budgeting rule helps people to wisely manage their expenses and savings. Here is what it is based on:\n  1. 50% you spend on **\"needs\"**: life-related things like helthcare, rent, food etc.\n  2. 30% you spend on **\"wants\"**: restaurants, leisure etc.\n  3. 20% you save.\n  \n\u003cimg src=\"https://raw.githubusercontent.com/molefrog/ftt/master/design/showcase.gif\" data-canonical-src=\"https://raw.githubusercontent.com/molefrog/ftt/master/design/showcase.gif\" width=\"450\" /\u003e\n\n## Designs assets location\nYou can find Sketch design sources inside `/design` folder. This file contains general application\nstyle guide as well as designs of all application screens.\n\n## Deploying the code\nThe code can be deployed using just one command `now`.\n\n## Starting the project up\n`npm start` or `yarn start` runs the app in development mode.\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n`npm run build` or `yarn build` Builds the app for production to the `build` folder.\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\n## The basic API structure\n```\nHeader Authourization: Token token=aabbccee\n\nPOST /api/session ~\u003e { \"token\": \"aabbccee\" }\nDELETE /api/session - destroys user session (removes from the fake db).\nGET  /api/cards ~\u003e { \"cards\": [] } list of user's cards\nPOST /api/cards/:id/setup sets the card as active and returns the payload\nGET  /api/transactions - returns the payload\nPOST /api/sync - fetches and syncs new transactions\nPUT  /api/expenses/:id/tag\n\npayload: {\n  card_id: \"aabbcc\",\n  balance: null,\n  expenses: [],\n  incomes: []\n}\n```\n\n### License\nMIT License\n\nCopyright (c) 2017 Sergey Avdyakov and Alexey Taktarov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolefrog%2Fftt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolefrog%2Fftt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolefrog%2Fftt/lists"}