Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epaltechs/budget-app
This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It would help you to be reasonable in making financial decisions.
https://github.com/epaltechs/budget-app
bootstrap cancancan capybara css devise html rspec rubocop ruby ruby-on-rails
Last synced: 20 days ago
JSON representation
This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It would help you to be reasonable in making financial decisions.
- Host: GitHub
- URL: https://github.com/epaltechs/budget-app
- Owner: Epaltechs
- License: mit
- Created: 2022-09-19T09:10:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T12:32:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:33:12.981Z (6 months ago)
- Topics: bootstrap, cancancan, capybara, css, devise, html, rspec, rubocop, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Budget App
> This Budget App is a mobile web application designed to help you spend money responsibly. It has a list of expenses connected with a category, and you can see and account for how much money you spend and on what, as well as which category. It also displays the category and transactions one spend the most money in and the total monthly expenses, allowing you to be reasonable in making financial decisions.
## Schema
![](./app/assets/images/budget-sample.png)## Built With
- Ruby
- Ruby on rails
- BootStrap
- Rubocop
- Rspec & Capybara
- Devise
- cancancan## Live Demo
[Video](https://www.loom.com/share/d38c0be3307b48f79d38af51043bb559)## Deployment
[Render](https://epal-budget-app.onrender.com/)[Short URL](https://tinyurl.com/epalbud)
## Get Started
To get a local copy up and running follow these simple steps.```bash
$ git clone https://github.com/epaltechs/budget-app
$ cd budget-app
$ bundle install
$ rake db:create
$ rake db:migrate
```
## Run tests
```bash
$ bundle exec rspec ./spec/models
$ bundle exec rspec ./spec/features
$ bundle exec rspec ./spec/routing
```
## 👤 Author:bust_in_silhouette: **Emmanuel Paul**
- GitHub: [@Epaltechs](https://github.com/Epaltechs)
- LinkedIn: [Emmanuel Paul](https://www.linkedin.com/in/emmanuel-s-paul)
- Twitter: [Emmanuel Paul](http://twitter.com/@emmapaul247)
- AngeList: [Emmanuel Paul](https://angel.co/u/emmanuel-s-paul)## 🤝 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
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- Microverse## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.