https://github.com/hammadsiddique/budget-app
It 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 see how much money you spent and on what.
https://github.com/hammadsiddique/budget-app
css3 git gitflow heroku html5 microverse postgresql rails rspec rspec-rails ruby tailwindcss testing
Last synced: 3 months ago
JSON representation
It 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 see how much money you spent and on what.
- Host: GitHub
- URL: https://github.com/hammadsiddique/budget-app
- Owner: HammadSiddique
- Created: 2022-09-12T12:08:32.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-17T16:12:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T12:41:43.470Z (over 1 year ago)
- Topics: css3, git, gitflow, heroku, html5, microverse, postgresql, rails, rspec, rspec-rails, ruby, tailwindcss, testing
- Language: Ruby
- Homepage: https://rails-budget-manager.herokuapp.com/
- Size: 6.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget App
> This is an educational project 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. The Ruby on Rails application that allows the user to:
- register and log in, so that the data is private to them.
- introduce new transactions associated with a category.
- see the money spent on each category.
## Project Documentation 📄
- Here is the presentation [video link](https://www.loom.com/share/73e4323ef0b04d059f10db0a65cd1b84)👈
- Here is the deployed app in [Heroku](https://rails-budget-manager.herokuapp.com/)👈
## Built With 🛠️
- Programming Language: Ruby
- Framework: Ruby on Rails
- Code Editor: VS Code
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
> You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```
> Likewise for Ruby installation.
```
$ ruby --version && irb
```
> To install rails, in the terminal kindly run this command
```
$ gem install rails
```
### Setup
Clone the repository using the GitHub link provided below.
### Install
In the terminal, go to your file directory and run this command.
```
$ git clone git@github.com:HammadSiddique/Budget-app.git
```
### Usage
Kindly modify the files as needed.
### Run tests
To install rspec, in the terminal kindly run this command
```
$ gem install rspec
```
To run tests, please run this command
```
$ rspec ./spec/#{filename}_spec.rb
```
## Authors
👤 **Hammad Siddique** 
-
[HammadSiddique](https://github.com/HammadSiddique)
-
[hs_devv](https://twitter.com/hs_devv)
-
[HammadSiddique](https://www.linkedin.com/in/-hammadsiddique/)
## 🤝 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/)
- Code Reviewers
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- [Flaticon](https://www.flaticon.com/) for logo.
## 📝 License
This project is MIT licensed.