Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orozcoding/budget-app
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/orozcoding/budget-app
mobile-web ruby ruby-on-rails
Last synced: 19 days ago
JSON representation
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/orozcoding/budget-app
- Owner: orozCoding
- Created: 2022-05-21T19:16:31.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-15T23:16:26.000Z (over 2 years ago)
- Last Synced: 2024-10-20T13:56:05.579Z (2 months ago)
- Topics: mobile-web, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 309 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Budget App
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.
### Preview
![alt text](https://github.com/orozCoding/budget-app/blob/dev/app/assets/images/p1.png?raw=true)
![alt text](https://github.com/orozCoding/budget-app/blob/dev/app/assets/images/p2.png?raw=true)
![alt text](https://github.com/orozCoding/budget-app/blob/dev/app/assets/images/p3.png?raw=true)## Live Version
[LIVE EXAMPLE](https://miplatica.herokuapp.com/)
## Built With
- Ruby on Rails## Getting Started
- Follow setup instructions below### Prerequisites
- Ruby
- Git and Github
- Terminal
- Browser### Setup
- clone the following repo `https://github.com/orozCoding/budget-app.git`
- cd into the directory and run `bundle install` to install dependencies
- Run `rails db:create` and then `rails db:migrate`
- Run `rails s` to start the app
- Visit `localhost:3000` in your browser### Tests
- To run the tests, simply run `rspec` command
# Credits
## Authors
👤 **Angel Orozco** (orozCoding).
- GitHub: [@orozCoding](https://github.com/orozCoding)
- Twitter: [@orozCoding](https://twitter.com/orozCoding)
- LinkedIn: [Angel Orozco](https://www.linkedin.com/in/angel-orozco-652230228/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).## 📝 License
This project is [MIT](./MIT.md) licensed.