Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This is a full-stack expense tracker app built with the rails framework. A user can signup and add a category (the name of the program that he spends his money on). After that, he can add each expense to the category. The app displays the total money he spends in each category. Built with Ruby on Rails.
https://github.com/bantealem/budget-app

database mvc postgresql ruby ruby-gem ruby-on-rails

Last synced: 4 days ago
JSON representation

This is a full-stack expense tracker app built with the rails framework. A user can signup and add a category (the name of the program that he spends his money on). After that, he can add each expense to the category. The app displays the total money he spends in each category. Built with Ruby on Rails.

Awesome Lists containing this project

README

        

# Budget App


logo

# 📗 Table of Contents

- [Budget-App](#)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget-App ](#-Budget-App-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Btracker

This project is about building a 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.

## 🛠 Built With

- Ruby
- Rails
- HTML
- SCSS
- Bootstrap
## Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Client


  • HTML, JavaScript, and CSS

Server

Database

## Key Features

> The key features of this app.

- AAA

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need to:
run `bunlder install`

### Setup

Clone this repository to your desired folder:

`https://github.com/Bantealem/Budget-app.git`

cd `Budget-app`

### Usage

To run the project, execute the following command:

`rails server` or `rails s`

### Run tests

To run tests, run the following command:

`Rspec spec`

[LiveSrever](https://budget-app-5xj4.onrender.com/)

[Live Video](https://drive.google.com/file/d/10vCHM7SmV-0hOcjI_GKcSR-9yF2jfYKV/view?usp=sharing)

[Live Video](https://drive.google.com/file/d/10vCHM7SmV-0hOcjI_GKcSR-9yF2jfYKV/view?usp=sharing)

## 👥 Authors

👤 Bantealem Geto
- GitHub: [Bantealem](https://github.com/Bantealem)
- Twitter: [Bantealem](https://twitter.com/BantealemG)
- LinkedIn: [Bantealem](https://www.linkedin.com/in/bantealem-geto-a301b9213/)

## 🔭 Future Features

> In the future I need to improve the following features.

- [ ] **Add Google, Github and Twitter authentication.**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page.](https://github.com/Bantealem/Budget-app.git/issues)

## ⭐️ Show your support

Give a star if you like this project!

## 🙏 Acknowledgments

I would like to thank Microverse for the project guidelines.

## 📝 License

This project is [MIT](MIT.md) licensed.

(back to top)