Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!