ikennarichard / Budget-Buddy

This is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, which shows how much money you spent and on what. Built with Rails

Home Page:https://budget-buddy-j2ry.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BudgetBuddy

πŸ“— Table of Contents

πŸ“– BudgetBuddy

This is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, which shows how much money you spent and on what. Built with Rails.

homepage

πŸ›  Built With

  • Ruby
  • Ruby on rails

Key Features

  • Display Categories
  • Display transactions for each each category
  • Add category that you want to track
  • Add transactions for the category

(back to top)

πŸš€ Live Demo

Live Demo

(back to top)

πŸŽ₯ Project Demo

Video Demo

(back to top)

πŸ’» Getting Started

To clone the repository in local environment try following steps.

git clone https://github.com/ikennarichard/Budget-Buddy.git

Prerequisites

  • Rails
  • Ruby

Setup

Install

In the terminal, go to the file directory and run this command.

bundle install

Get into development

  • create database and run migrations
bin/rails db:setup
  • start server
bin/rails server

Run test

To run test, run the following command in the terminal

rspec

πŸ‘₯ Authors

πŸ‘€ Ikenna Richard

(back to top)

πŸ”­ Future Features

  • Delete transactions
  • Link payments for transactions you want to track

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, which shows how much money you spent and on what. Built with Rails

https://budget-buddy-j2ry.onrender.com

License:MIT License


Languages

Language:Ruby 68.4%Language:HTML 24.5%Language:Batchfile 3.3%Language:CSS 2.1%Language:JavaScript 1.5%Language:Shell 0.2%