{"id":16075890,"url":"https://github.com/zewdu444/budget_app","last_synced_at":"2025-04-11T06:43:24.338Z","repository":{"id":170701613,"uuid":"646737991","full_name":"zewdu444/budget_app","owner":"zewdu444","description":"A mobile web application that simplifies budget management by organizing transactions into categories, providing a clear overview of expenses and spending patterns. Users can easily track their spending. Built with Ruby on Rails, PostgreSQL  and Rspec","archived":false,"fork":false,"pushed_at":"2023-06-02T07:56:17.000Z","size":1214,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T04:37:15.678Z","etag":null,"topics":["postgresql","ror","rspec-rails","ruby"],"latest_commit_sha":null,"homepage":"https://budget-app-ai3m.onrender.com/","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/zewdu444.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-29T08:22:16.000Z","updated_at":"2025-02-22T09:53:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"86a6450f-05ff-4352-a508-7e47e74c0fa5","html_url":"https://github.com/zewdu444/budget_app","commit_stats":null,"previous_names":["zewdu444/budget_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fbudget_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fbudget_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fbudget_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fbudget_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zewdu444","download_url":"https://codeload.github.com/zewdu444/budget_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358549,"owners_count":21090401,"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":["postgresql","ror","rspec-rails","ruby"],"created_at":"2024-10-09T09:22:52.968Z","updated_at":"2025-04-11T06:43:24.314Z","avatar_url":"https://github.com/zewdu444.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [📹 video presentation](#video-presentation)\n  - [:camera: screenshots](#screenshots)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n    - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n\n- [📝 License](#license)\n\n# 💰 Budget App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e 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\n## 📹 video presentation \u003ca name=\"video-presentation\"\u003e\u003c/a\u003e\n\n- \u003ca href=\"https://www.loom.com/share/dbcdf5cfe32144dba9152b8f5202546e\"\u003eVideo presentation link\u003c/a\u003e\n\n## :camera: screenshots \u003ca name=\"screenshots\"\u003e\u003c/a\u003e\n  \u003cimg src=\"app/assets/images/mobile_final.png\" alt=\"\"\u003e\n\n  \u003cimg src=\"app/assets/images/erd_diagram.png\" alt=\"\"\u003e\n\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- \u003ca href=\"https://www.ruby-lang.org/es/\"\u003eROR\u003c/a\u003e\n- \u003ca href=\"https://www.postgresql.org/\"\u003ePostgresql\u003c/a\u003e\n- \u003ca href=\"https://rspec.info/\"\u003eRspec\u003c/a\u003e\n\n### :rocket: Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n  - \u003ca href=\"https://budget-app-ai3m.onrender.com/\"\u003eLive Link\u003c/a\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- [x] User can create an account\n- [x] User can login\n- [x] User can create a transaction\n- [x] user can create a category\n- [x] user can view all transactions based on category\n- [x] mobile first design\n- [x] Rspec test for models, controllers and views\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- Command line or terminal\n- IDE such as VsCode.\n- Rails needs to be installed on your system.\n\n### Setup\n\nClone this repository to your desired folder:\nExample command:\n\n```sh\n  git clone https://github.com/zewdu444/budget_app.git\n  cd budget_app\n\n```\n\n### Install\n\nExample command:\n\n```sh\n  cd budget_app\n  bundle install (install all dependencies)\n\n```\n\n### Usage\n\nTo run the project redirecting to the root directory of the project and run the following command:\n\n```sh\n bin/rails server (to run web application)\n\n```\n\n### Test\n\nTo test the web app run the following command:\n\n```sh\n rspec spec ( to test the web application)\n\n```\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Zewdu Erkyhun**\n\n- GitHub: [@zewdu444](https://github.com/zewdu444)\n- Twitter: [@zewdu444](https://twitter.com/zewdu444)\n- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)\n\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [UX Desktop design]\n- [will add REST API]\n- [side navigation bar for mobile view]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/zewdu444/budget_app/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐️ if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- \u003cp\u003e I would like to thank microverse community for the support and guidance\u003c/p\u003e\n- \u003cp\u003e I would like to express gratitude to \u003ca href=\"https://www.behance.net/gregoirevella\"\u003eGregoire Vella\u003c/a\u003e, as per the Creative Commons license.\u003c/p\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzewdu444%2Fbudget_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzewdu444%2Fbudget_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzewdu444%2Fbudget_app/lists"}