Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander16108/budget-app
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.
https://github.com/alexander16108/budget-app
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/alexander16108/budget-app
- Owner: alexander16108
- Created: 2022-03-08T15:44:44.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-01-12T16:13:44.000Z (almost 2 years ago)
- Last Synced: 2024-12-07T16:12:10.008Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cash Budget App
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.
## Link to Project
[Click Me Please 👋](https://budget01.herokuapp.com/)
## Built With
- Ruby
- Ruby on Rails
- CSS
- Bootstrap
- RSpec
- Capybara## Setup
- Get the link of the repository: [https://github.com/alexander16108/Budget-app](https://github.com/alexander16108/Budget-app)
- Clone it as `[email protected]:alexander16108/Budget-app.git` on a Terminal
- Usage
- Run bundle install on a Terminal to get Gemfile dependencies.
- Start the server by running `rails s`## Run test
```bash
$ bundle exec rspec spec
```## Author
👤 **Alexander Odufuye**- GitHub: [@alexander16108](https://github.com/alexander16108)
- Twitter:
- LinkedIn: [alexander](https://www.linkedin.com/in/codingrex/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/alexander16108/Budget-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## 👏 Acknowledgement 🥇
- This page design was an inspiration from the original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- Microverse
- Ruby documentation
- Stack Overflow