Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change
https://github.com/skyv26/budget-app

budget-app crud-application development mobile-first production render ruby ruby-gem ruby-on-rails

Last synced: 20 days ago
JSON representation

A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change

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 Linters](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Budget App

> A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change.

**[Budget App]** is a ruby blog website.

## 🛠 Built With

### Tech Stack

> Blog App is backend project

Database

### Key Features

> We can do CRUD operations on following things:

- **Category**
- **Expense**

(back to top)

## 🚀 Live Demo

> Link to your deployed project.

- [Budget App Live Link](https://skyv-budget-app.onrender.com/)

> Presentation

- [Loom Video](https://www.loom.com/share/d88f48378df045b68322c5a70ec6df5f)

(back to top)

## 💻 Getting Started

> In order to start with this project do as follows :

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

`gem install rails`

### Setup

Clone this repository to your desired folder:

`git clone https://github.com/skyv26/budger-app.git`

then

`cd budget-app`

### Install

Install this project with:

`bundle install`

### Usage

`rails s`

### Run Linters

To run tests, run the following command:

`rubocop`

OR

`rubocop -a`

**it will automatically correct the errors**

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👨‍💻 **Aakash Verma**

- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)

(back to top)

## 🔭 Future Features

> In upcoming weeks I will add some features as mentioned below

- [ ] **API & Documentation**
- [ ] **High-Fidelity UI**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

## 🙏 Acknowledgments

❤️ [RoR Documentation](https://guides.rubyonrails.org)
❤️ Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
❤️ [Creative Licence](https://creativecommons.org/wp-content/themes/cc/images/cc.logo.white.svg)

(back to top)

## 📝 License

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

(back to top)