{"id":22452803,"url":"https://github.com/tchasinga/budget-app-manager","last_synced_at":"2025-03-27T12:43:00.057Z","repository":{"id":203264265,"uuid":"709199563","full_name":"tchasinga/Budget-app-manager","owner":"tchasinga","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-24T10:54:55.000Z","size":87,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-01T17:14:04.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tchasinga.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-10-24T08:21:38.000Z","updated_at":"2023-12-14T20:35:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"26038ad8-d85d-426a-92e8-1feed98bdc4b","html_url":"https://github.com/tchasinga/Budget-app-manager","commit_stats":null,"previous_names":["tchasinga/budget-app-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBudget-app-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBudget-app-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBudget-app-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBudget-app-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchasinga","download_url":"https://codeload.github.com/tchasinga/Budget-app-manager/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245850240,"owners_count":20682636,"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":[],"created_at":"2024-12-06T06:12:21.811Z","updated_at":"2025-03-27T12:43:00.032Z","avatar_url":"https://github.com/tchasinga.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\u003cb\u003eBudget-app\u003c/b\u003e\u003c/h3\u003e\n\u003c/div\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Budget-app](#-budget-app)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n  - [Live demo](#live-demo)\n  - [Presentation](#presentation)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n# 📖 Budget-app\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nThis budget project is about 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\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- RUBY\n- RUBY ON RAILS\n- JAVASCRIPT \n- HTML \n- CSS\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- [ ] **Users can create a account.**\n- [ ] **Users can add a category of tem**\n- [ ] **Users can add transactions to their categories**\n- [ ] **Users can see what they spent on a transaction**\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 started with this app, you will need to have Ruby and Rails installed on your computer. Once you have Ruby and Rails installed.\n\n## Live demo\n   [live demo](https://budget-app-jncr.onrender.com)\n\n\n## Presentation\n   [Link to video presentation](https://www.loom.com/share/f2b1807206a7435fa97f4c8fc72c71cb?sid=bcc9195e-3dea-4a1c-afb1-698d76ab3f5d)\n\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- git\n- Ruby\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/tchasinga/Budget-app-manager.git\n  bundle install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  rails db:create\n  rails db:migrate\n  rails server\n```\n\n### Run tests\n\nTo run tests, run the following commands:\n\n```sh\n  rspec\n  rubocop\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Tchasinga Balolebwami jack**\n\n- GitHub: [@tchasingajacques](https://github.com/tchasinga)\n- Twitter: [@tchasinga](https://twitter.com/Tchasinga)\n- LinkedIn: [@tchasinga Jack](https://www.linkedin.com/in/tchasinga-jacques-76aba7214/)\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- [] **API documentation**\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\nIf you would like to contribute to this app, please feel free to fork the repository and submit a pull request.\n\nFeel free to check the [issues page](https://github.com/tchasinga/Budget-app-manager/issues/1).\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\nIf you like this project give me a follow and/or a star\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\nI would like to express my sincere gratitude to [Gregoire Vella](https://www.behance.net/gregoirevella) for this design and to all my Microverse partners who helped me build this project. I could not have done it without your support and encouragement.\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchasinga%2Fbudget-app-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchasinga%2Fbudget-app-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchasinga%2Fbudget-app-manager/lists"}