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

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

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]

**[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).

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **[Every user can track their budge their will be no conflict]**
- **[Able to add a category and in the category you add purchase payment]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://budge-app-t3v8.onrender.com)

(back to top)

## 💻 Getting Started

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
```
--->

(back to top)

## 👥 Authors

> 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)

(back to top)

## 🔭 Future Features

- [ ] **[Use React for Front end]**
- [ ] **[Add Animation]**

(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

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)

(back to top)

## 🙏 Acknowledgments

I would like to thank [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) and [Microverse](https://www.microverse.org/)

(back to top)

## 📝 License

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._

(back to top)