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.
- Host: GitHub
- URL: https://github.com/ridwanediallo/budget-app
- Owner: ridwanediallo
- Created: 2022-10-09T19:26:09.000Z (over 2 years ago)
- Default Branch: feature/render-deploy
- Last Pushed: 2023-04-10T00:39:05.000Z (about 2 years ago)
- Last Synced: 2025-04-12T10:17:57.735Z (2 months ago)
- Topics: bootstrap5, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://ridridgo.onrender.com/
- Size: 288 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## Live Version
- [Budget app](https://ridridgo.onrender.com/)## Built With
- 
- 
- ### 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.