{"id":17461149,"url":"https://github.com/kingsleyibe/budget-app","last_synced_at":"2026-04-27T12:04:03.503Z","repository":{"id":41957459,"uuid":"482759413","full_name":"KingsleyIbe/budget-app","owner":"KingsleyIbe","description":"The Ruby on Rails capstone project is 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 application allows the user to:  - Register and log in, so that the data is private to them. - Introduce new transactions associated with a category. - See the money spent on each category.","archived":false,"fork":false,"pushed_at":"2022-06-24T14:25:53.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-10-18T09:14:48.320Z","etag":null,"topics":["netlify","ruby","ruby-on-rails","spec"],"latest_commit_sha":null,"homepage":"https://github.com/KingsleyIbe/budget-app/tree/project-implementation","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/KingsleyIbe.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}},"created_at":"2022-04-18T07:43:13.000Z","updated_at":"2022-04-21T14:10:17.000Z","dependencies_parsed_at":"2022-08-29T14:31:27.040Z","dependency_job_id":null,"html_url":"https://github.com/KingsleyIbe/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/KingsleyIbe%2Fbudget-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fbudget-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fbudget-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fbudget-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KingsleyIbe","download_url":"https://codeload.github.com/KingsleyIbe/budget-app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978277,"owners_count":20703678,"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":["netlify","ruby","ruby-on-rails","spec"],"created_at":"2024-10-18T06:42:29.532Z","updated_at":"2026-04-27T12:04:03.494Z","avatar_url":"https://github.com/KingsleyIbe.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# Recipe App\n\nThe Ruby on Rails capstone project is 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\nThe application allows the user to:\n\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#### Budget App Screenshots\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eMobile Home Page\u003c/td\u003e\n     \u003ctd\u003eNew Category List\u003c/td\u003e\n     \u003ctd\u003eExpenditure List Page\u003c/td\u003e\n     \u003ctd\u003eCategory List Page\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./app/assets/images/HomePage.jpeg\" width=256 height=493\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./app/assets/images/expenses.jpeg\" width=256 height=493\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./app/assets/images/new.jpeg\" width=256 height=493\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./app/assets/images/cat.jpeg\" width=256 height=493\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n[Live video Demo](https://vimeo.com/701801323/bb1bd337d4)\n\n[Live project Demo](https://budget-m-app.herokuapp.com/)\n# Getting Started\n\n\n_To get a local copy up and running follow these simple steps._\n\n1. Clone the repo\n   ```sh\n   git clone https://github.com/KingsleyIbe/budget-app.git\n   ```\n2. Goto project directory\n   ```sh\n   cd budget-app\n   ```\n\n3. Configure `database.yml` in the config folder according to your postgreSQL configuration\n4. Run app\n   ```sh\n   rails server\n   ```\n   or\n   ```sh\n   rails s\n   ```\n\n\n# Testing\n\n`bundle exec rspec` will run all the tests.\n\nAlso, you can run `bundle exec rspec spec/` to run specific tests.\n\nYou can also run `RAILS_ENV=test rspec spec/` to run the tests in test mode.\n\n## Errors\n\nIf you encounter any errors, run the following commands.\n\n- Run `rails db:drop db:create db:migrate` to drop, create and migrate a new database.\n\n- Run `rubocop \u0026\u0026 rubocop -A` to check for and fix code errors.\n\n# This project was built with\n\n- Ruby on Rails\n\n- PostgreSQL\n\n- Bootstrap CSS Framework\n\n# Author\n\n👤 **KingsleyIbe**\n\n- GitHub: [KingsleyIbe](https://github.com/KingsleyIbe)\n\n- Twitter: [Twitter](https://twitter.com/ibekingsley2)\n\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kingsley-ibe/)\n\n# 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/KingsleyIbe/budget-app/issues).\n\n# Show your support\n\nGive a ⭐️ if you like this project!\n\n# Acknowledgement\n\n- Hat tip to anyone whose code was a source of inspiration.\n- A big thanks to [microverseinc](https://github.com/microverseinc).\n- [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance the author of the [original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)\n\n# 📝 License\n\nThis project is [MIT](./MIT.md) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsleyibe%2Fbudget-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingsleyibe%2Fbudget-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsleyibe%2Fbudget-app/lists"}