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

https://github.com/ridwanediallo/budget-app

Budget app is a mobile web application I built using Rails, Postgres and Bootstrap. It allows you to 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/ridwanediallo/budget-app

bootstrap5 postgresql ruby-on-rails

Last synced: 2 months ago
JSON representation

Budget app is a mobile web application I built using Rails, Postgres and Bootstrap. It allows you to 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.

Awesome Lists containing this project

README

        

# Budget app

> **Budget app** is about building 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.

![budget-app screenshot](./app/assets/images/budget-app.png)

## Live Version
- [Budget app](https://ridridgo.onrender.com/)

## Built With

- ![](https://img.shields.io/badge/Github-blueviolet)
- ![](https://img.shields.io/badge/Ruby_On_Rails-red)
- ![](https://img.shields.io/badge/Bootstrap-blueviolet)

### Setup
Clone the repository and change the directory to blog

```
$ git clone https://github.com/ridwanediallo/Budget-app.git

$ cd Budget-app
```

### Install
Install all project dependencies by running the command below

```
$ bundle install
```

### Run the application
```
$ bin/rails server
```

### Visit the homepage of application
```
$ http://localhost:3000/
```

### Check linter errors
```
$ rubocop .
```

### Run tests
```
$ rspec
```
## Author 1

👤 **Ridwan**

- GitHub: [@githubridwan](https://github.com/ridwanediallo)
- Twitter: [@twitterridwan](https://twitter.com/RidwaneD)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ridwan-diallo)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ridwanediallo/Budget-app/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)
- Fellow Micronauts

## 📝 License

This project is [MIT](./MIT.md) licensed.