https://github.com/hassaanjbaig-code/budge-app
[Budge App] that allows users to track their budget by keeping track of their transactions based on different categories specified by the user. This project build with Ruby on Rails, with bootstrap
https://github.com/hassaanjbaig-code/budge-app
boostrap device rspec ruby-on-rails
Last synced: about 1 year ago
JSON representation
[Budge App] that allows users to track their budget by keeping track of their transactions based on different categories specified by the user. This project build with Ruby on Rails, with bootstrap
- Host: GitHub
- URL: https://github.com/hassaanjbaig-code/budge-app
- Owner: Hassaanjbaig-code
- Created: 2023-04-24T10:41:49.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-10T17:38:19.000Z (over 2 years ago)
- Last Synced: 2025-04-24T05:39:04.409Z (about 1 year ago)
- Topics: boostrap, device, rspec, ruby-on-rails
- Language: Ruby
- Homepage: https://budge-app-t3v8.onrender.com/
- Size: 735 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**[Budge App]** that allows users to track their budget by keeping track of their transactions based on different catagories specified by the user.
For more details about the project description, please check on the [Video](https://www.loom.com/share/310a08b41b714df1af3a068018042eb1).
Server
Database
- **[Every user can track their budge their will be no conflict]**
- **[Able to add a category and in the category you add purchase payment]**
- [Live Demo Link](https://budge-app-t3v8.onrender.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Hassaanjbaig-code/Budge-App.git
```
--->
### Install
Install this project with:
```sh
cd Budge-APp
bundle install
```
--->
### Usage
To run the project, execute the following command:
```sh
rails db:create db:migrate
rails server
```
--->
### Run tests
To run tests, run the following command:
```sh
rspec
```
--->
> Mention all of the collaborators of this project.
👤 **Hassaan Baig**
- GitHub: [@Hassaan Baig](https://github.com/Hassaanjbaig-code/)
- LinkedIn: [Hassaan Baig](https://linkedin.com/in/hassaan-jawwad=baig)
- [ ] **[Use React for Front end]**
- [ ] **[Add Animation]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project or want to see more content like this, you can give it a ⭐️ or follow me on: LinkedIn: [Hassaan Baig](https://linkedin.com/in/hassaan-jawwad=baig)
I would like to thank [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) and [Microverse](https://www.microverse.org/)
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._