https://github.com/joytaribagshaw/budget-app
The Ruby on Rails capstone 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.
https://github.com/joytaribagshaw/budget-app
authentication devise ruby ruby-app ruby-gem ruby-on-rails
Last synced: about 2 months ago
JSON representation
The Ruby on Rails capstone 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.
- Host: GitHub
- URL: https://github.com/joytaribagshaw/budget-app
- Owner: JoyTaribagshaw
- Created: 2023-11-21T09:35:03.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-21T13:15:30.000Z (over 2 years ago)
- Last Synced: 2025-03-29T09:43:16.606Z (about 1 year ago)
- Topics: authentication, devise, ruby, ruby-app, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 6.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Budjet App
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Key Features](#key-features)
- [π₯Presentation](#presentation)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [:question: FAQ](#faq)
- [π License](#license)
**Blog App:** 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.
- Ruby
- Rails
- [x] **Setup linters configurations**
## Presentation
To view my presentation video, click on this [Joy's presentation]([Joy](https://github.com/JoyTaribagshaw))
## Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
* A basic understanding of Ruby and Git
### Usage
1. Install Ruby
2. Install Rails
3. Clone this repo
```
git clone https://github.com/JoyTaribagshaw/budget-app
cd budget-app
```
```
run
rails server
```
### Run RSpec Tests
```
rspec spec
```
π€ *Joy Tari*
- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](https://linkedin.com/in/joytaribagshaw)
## π Future Features
- [ ] **Setup controllers**
- [ ] **Controllers specs**
- [ ] **Creating a data model**
- [ ] **Processing data in models**
- [ ] **Views**
- [ ] **Forms**
- [ ] **Validations, Model specs, and n+1 problems**
- [ ] **Add Devise**
- [ ] **Add authorization rules**
- [ ] **Integration specs for Views**
- [ ] **Add API endpoints**
- [ ] **EAPI documentation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/JoyTaribagshaw/budget-app/issues).
Please support this project and be a part of something meaningful and impactful. Your contribution can make a significant difference and help us achieve our goals faster.
- Grateful to all for inspiring codebase, your dedication and creativity made a lasting impact on our success. Thank you!
- Original design idea by Gregoire Vella on Behance.
- **Can I fork and reuse this repository?**
Please feel free to fork and reuse this repository for your projects.
- **Is it okay to improve this repository? Will my changes be accepted?**
We welcome any improvements or new ideas. If your changes are good and align with the project's goals, we would be happy to incorporate them.
This project is [MIT](./LICENSE) licensed.