Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 7 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Cash Budget App

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.

## Link to Project

[Click Me Please 👋](https://budget01.herokuapp.com/)

## Built With
- Ruby
- Ruby on Rails
- CSS
- Bootstrap
- RSpec
- Capybara

## Setup
- Get the link of the repository: [https://github.com/alexander16108/Budget-app](https://github.com/alexander16108/Budget-app)
- Clone it as `[email protected]:alexander16108/Budget-app.git` on a Terminal
- Usage
- Run bundle install on a Terminal to get Gemfile dependencies.
- Start the server by running `rails s`

## Run test

```bash
$ bundle exec rspec spec
```

## Author
👤 **Alexander Odufuye**

- GitHub: [@alexander16108](https://github.com/alexander16108)
- Twitter:
- LinkedIn: [alexander](https://www.linkedin.com/in/codingrex/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/alexander16108/Budget-app/issues).

## Show your support

Give a ⭐️ if you like this project!

## 👏 Acknowledgement 🥇
- This page design was an inspiration from the original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- Microverse
- Ruby documentation
- Stack Overflow