{"id":15685194,"url":"https://github.com/hombre2014/budget","last_synced_at":"2025-05-07T16:22:34.245Z","repository":{"id":40672802,"uuid":"485288543","full_name":"Hombre2014/Budget","owner":"Hombre2014","description":"Keep track of your transactions organized in categories. See the total spent on each category. Add new category and transaction.","archived":false,"fork":false,"pushed_at":"2025-03-09T11:39:32.000Z","size":2237,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T11:51:11.482Z","etag":null,"topics":["design","koyeb","postgresql-database","rails","ruby"],"latest_commit_sha":null,"homepage":"https://budget-hombre2014.koyeb.app/","language":"Ruby","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/Hombre2014.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-25T08:39:18.000Z","updated_at":"2025-03-09T11:30:22.000Z","dependencies_parsed_at":"2023-02-17T19:50:17.405Z","dependency_job_id":null,"html_url":"https://github.com/Hombre2014/Budget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2FBudget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2FBudget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2FBudget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2FBudget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hombre2014","download_url":"https://codeload.github.com/Hombre2014/Budget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252913187,"owners_count":21824115,"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":["design","koyeb","postgresql-database","rails","ruby"],"created_at":"2024-10-03T17:24:13.924Z","updated_at":"2025-05-07T16:22:34.218Z","avatar_url":"https://github.com/Hombre2014.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Budget mobile app\n\n\u003e  Ruby or Rails capstone project\n\n## Description\n\nThe Ruby on Rails capstone project is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what. \n\nYou will create a Ruby on Rails application that allows the user to:\n- register and log in, so that the data is private to them.\n- introduce new transactions associated with a category.\n- see the money spent on each category.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./app/assets/images/transactions_list.png\" alt=\"Transactions page\" width=\"360\"/\u003e\n\u003c/p\u003e\n\n## Project requirements\n\nThe project requirements can be viewed [here](https://github.com/microverseinc/curriculum-rails/blob/main/capstone/rails_capstone.md)\n\n\n#### Design\n- You should follow these [design guidelines](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=), including:\n  - Colors.\n  - Typography: font face, size and weight.\n  - Layout: composition and space between elements.\n\n\u003e NOTE: In these design guidelines there are several UIs that you won't need for this exercise; also, some pages are not given a design and you will create them following the design guidelines of the other pages.\n\n## Video presentation\n\nWatch the [video](https://www.loom.com/share/413ed62336e248ee9cf4aba3901917c9)\n\n## Screenshots\n\n\u003cimg src=\"./app/assets/images/screen1.jpg\" alt=\"screenshot 1\" width=\"360\"/\u003e\n\u003cimg src=\"./app/assets/images/screen4.jpg\" alt=\"screenshot 4\" width=\"360\"/\u003e\n\u003cimg src=\"./app/assets/images/screen5.jpg\" alt=\"screenshot 5\" width=\"360\"/\u003e\n\u003cimg src=\"./app/assets/images/screen6.jpg\" alt=\"screenshot 6\" width=\"360\"/\u003e\n\u003cimg src=\"./app/assets/images/screen7.jpg\" alt=\"screenshot 7\" width=\"360\"/\u003e\n\n## Live demo\n\nTHe site is deployed using Koeyb [here](https://budget-hombre2014.koyeb.app/)\n\n## Built With\n\n- Languages: Ruby\n- Framework: Ruby on Rails\n- Database: PostgreSQL\n\n## Usage\n\nRun the following commands:\u003c/br\u003e\n`git clone https://github.com/Hombre2014/Budget.git`\u003c/br\u003e\n`cd Budget`\u003c/br\u003e\n`bundle install`\u003c/br\u003e\n`rails s`\u003c/br\u003e\nOpen a browser and go to: `https://localhost:3000` to view the app.\n\n## Database setup\n\nTo start with clean database use:\n\n`cd Budget`\u003c/br\u003e\n`rails db:drop db:create db:migrate`\n\n## Testing\n\n`cd Budget`\u003c/br\u003e\nrun `rspec`\n\n## Author\n\n👤 **Yuriy Chamkoriyski**\n\n- GitHub: [@Hombre2014](https://github.com/Hombre2014)\n- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)\n- LinkedIn: [axebit](https://linkedin.com/in/axebit)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Hombre2014/Budget/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\nThe original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) under [Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/). [License](https://creativecommons.org/licenses/by-nc/4.0/legalcode)\n\n\n## 📝 License\n\nThis project is [MIT](./license.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhombre2014%2Fbudget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhombre2014%2Fbudget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhombre2014%2Fbudget/lists"}