Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bondok6/budget-app
The Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can manage your budget.
https://github.com/bondok6/budget-app
bootstrap5 devise gitflow postgresql rails rubocop ruby ruby-on-rails
Last synced: 14 days ago
JSON representation
The Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can manage your budget.
- Host: GitHub
- URL: https://github.com/bondok6/budget-app
- Owner: Bondok6
- Created: 2022-05-24T12:24:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T10:39:00.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:51:21.873Z (27 days ago)
- Topics: bootstrap5, devise, gitflow, postgresql, rails, rubocop, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://kb-budge-appp.herokuapp.com/
- Size: 3.96 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget app
> The Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can manage your budget.
https://user-images.githubusercontent.com/45231276/170562842-682d1ab4-f2af-42d8-aac1-ef8f3e8d2882.mp4
## Built With
- Ruby on Rails
- Postgresql
- Bootstrap5## Live Demo
[Live Demo Link](https://kb-budge-appp.herokuapp.com/)
## Getting Started
### Clone this repository
```bash
[email protected]:bodnok6/budget-app.git
cd budget-app
```
### Install gems
```bash
bundle install
```### Setup database
```bash
rails db:create
rails db:migrate
```### Start server
```bash
rails s
```### Run tests
```bash
rspec/spec
```## Authors
👤 **Kyrillos Hany**
- GitHub: [@Bondok6](https://github.com/Bondok6)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kyrillos-hany/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Acknowledgments
- Original design idea by Gregoire Vella on Behance.
- The design link [behance](https://www.behance.net/gregoirevella)## Show your support
Give a ⭐️ if you like this project!