Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.
https://github.com/orozcoding/budget-app

mobile-web ruby ruby-on-rails

Last synced: 19 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Budget App

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.

### Preview

![alt text](https://github.com/orozCoding/budget-app/blob/dev/app/assets/images/p1.png?raw=true)
![alt text](https://github.com/orozCoding/budget-app/blob/dev/app/assets/images/p2.png?raw=true)
![alt text](https://github.com/orozCoding/budget-app/blob/dev/app/assets/images/p3.png?raw=true)

## Live Version

[LIVE EXAMPLE](https://miplatica.herokuapp.com/)

## Built With
- Ruby on Rails

## Getting Started
- Follow setup instructions below

### Prerequisites

- Ruby
- Git and Github
- Terminal
- Browser

### Setup

- clone the following repo `https://github.com/orozCoding/budget-app.git`
- cd into the directory and run `bundle install` to install dependencies
- Run `rails db:create` and then `rails db:migrate`
- Run `rails s` to start the app
- Visit `localhost:3000` in your browser

### Tests

- To run the tests, simply run `rspec` command

# Credits

## Authors

👤 **Angel Orozco** (orozCoding).

- GitHub: [@orozCoding](https://github.com/orozCoding)
- Twitter: [@orozCoding](https://twitter.com/orozCoding)
- LinkedIn: [Angel Orozco](https://www.linkedin.com/in/angel-orozco-652230228/)

## 🤝 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

- [Microverse](https://www.microverse.org/)
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

## 📝 License

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