{"id":17455700,"url":"https://github.com/kwambiee/budget-app","last_synced_at":"2026-05-03T04:38:25.286Z","repository":{"id":103461710,"uuid":"532794654","full_name":"kwambiee/budget-app","owner":"kwambiee","description":"This is a 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.","archived":false,"fork":false,"pushed_at":"2023-01-10T07:25:40.000Z","size":160,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T06:09:57.282Z","etag":null,"topics":["html-css-javascript","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://kwambiee-budget.herokuapp.com/","language":"Ruby","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/kwambiee.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-09-05T07:41:59.000Z","updated_at":"2022-09-28T09:34:28.000Z","dependencies_parsed_at":"2023-10-17T09:32:00.262Z","dependency_job_id":null,"html_url":"https://github.com/kwambiee/budget-app","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/kwambiee%2Fbudget-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwambiee%2Fbudget-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwambiee%2Fbudget-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwambiee%2Fbudget-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwambiee","download_url":"https://codeload.github.com/kwambiee/budget-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972748,"owners_count":20702723,"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":["html-css-javascript","ruby","ruby-on-rails"],"created_at":"2024-10-18T02:05:06.128Z","updated_at":"2026-05-03T04:38:25.215Z","avatar_url":"https://github.com/kwambiee.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# BudgetChecker\n\n\u003e This is a 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. The Ruby on Rails application that allows the user to:\n- [x] register and log in, so that the data is private to them.\n- [x] introduce new transactions associated with a category.\n- [x] see the money spent on each category.\n\nThe result should look similar to the following data model:\n\n\u003cimg width=\"374\" alt=\"erd_diagram\" src=\"https://user-images.githubusercontent.com/98527559/188287544-68d6fb5b-a265-4001-b1ac-3dc74393d720.png\"\u003e\n\n## Learning Objectives 🔖\n- [x] Use ruby gems as software packages system.\n- [x] Install Ruby on Rails framework.\n- [x] Understand Rails RESTful design and router.\n- [x] Use controllers to handle requests and render empty views.\n- [x] Use params from browser request in a safe way.\n- [x] Use preprocessed html file with embedded Ruby code.\n- [x] Use layouts and templates for shared content.\n- [x] Use database migration files to maintain database schema.\n- [x] Use validations for models.\n- [x] Secure app from n+1 problems.\n- [x] Understand what ORM is.\n- [x] Write SQL queries with ActiveRecord.\n- [x] Set up associations between models.\n- [x] Build a webapp that requires the user to log in.\n- [x] Use devise gem for authentication.\n- [x] Limit access to webapp resources based on authorization rules.\n- [x] Analyze in writing why you have made a coding choice using one structure over another.\n\n## Project Documentation 📄\n\n- [x] Here is the presentation video [link](https://drive.google.com/file/d/1S0hSm0LV4o9xom-nobIpB8lvHr-u38ae/view?usp=sharing)👈\n- [x] Here is the deployed app in [Heroku](https://kwambiee-budget.herokuapp.com/)👈\n\n## Built With 🛠️\n\n- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/)\n- [x] Framework: [Ruby on Rails](https://rubyonrails.org/)\n- [x] Linter: [Rubocop](https://rubocop.org/)\n- [x] Code Editor: [VS Code](https://code.visualstudio.com/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\n- [x] A web browser like Google Chrome.\n- [x] A code editor like Visual Studio Code with Git and Ruby.\n\nYou can check if Git is installed by running the following command in the terminal.\n```\n$ git --version\n```\n\nLikewise for Ruby installation.\n```\n$ ruby --version \u0026\u0026 irb\n```\n\nTo install rails, in the terminal kindly run this command\n```\n$ gem install rails\n```\n\n### Setup\n\nClone the repository using the GitHub link provided below.\n\n### Install\n\nIn the terminal, go to your file directory and run this command.\n\n```\n$ git clone git@github.com:kwambiee/budget-app.git\n```\n\n### Usage\n\nKindly modify the files as needed.\n\n### Run tests\n\nTo install rspec, in the terminal kindly run this command\n\n```\n$ gem install rspec\n```\n\nTo run tests, please run this command\n```\n$ rspec ./spec/#{filename}_spec.rb\n```\n\n## Author\n\n👤 **Joy Kwamboka** \u003cimg src=\"https://emojis.slackmojis.com/emojis/images/1531849430/4246/blob-sunglasses.gif?1531849430\" width=\"20\"/\u003e\n\n- LinkedIn: [![LinkedIn Badge](https://img.shields.io/badge/-kwambiee-white?logo=LinkedIn\u0026logoColor=0A66C2\u0026style=plastic)](https://www.linkedin.com/in/joy-kwamboka)\n\n- GitHub: [![GitHub Badge](https://img.shields.io/badge/-kwambiee-white?logo=GitHub\u0026logoColor=181717\u0026style=plastic)](https://github.com/kwambiee)\n\n- Twitter: [![Twitter Badge](https://img.shields.io/badge/-kwambiee-white?logo=Twitter\u0026logoColor=1DA1F2\u0026style=plastic)](https://twitter.com/kwambiee)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/kwambiee/budget-app/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Microverse](https://www.microverse.org/)\n- Code Reviewers\n- Original design idea by [Gregoire Vella on Behance.](https://www.behance.net/gregoirevella)\n\nThe [Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/) requires that you give appropriate credit to the author. Therefore, you must do it in the README of your project.\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwambiee%2Fbudget-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwambiee%2Fbudget-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwambiee%2Fbudget-app/lists"}