/budget-app

Primary LanguageRubyMIT LicenseMIT

πŸ“— Table of Contents

πŸ“— Table of Contents

πŸ“– Budget App

Budget App is a Ruby on Rails project designed to help you monitor you spending habits. Go ahead and sign up to start organizing your transactions, monitoring your total spend and keeping track of your budget. image

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • User authentication
  • Users can create and view transaction categories
  • Users can create and view transactions
  • Users can monitor total spend on each category

(back to top)

πŸš€ Live Demo

(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:

 git
 bundle
 Your favorite text editor

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Shisui6/budget-app.git

Install

Install this project with:

  cd budget-app
  bundle install

Usage

To run the project, execute the following command:

  rails server - Starts the development server
  rails console - Starts the interactive command line

Run tests

To run tests, run the following command:

  rspec - Runs the test suite

(back to top)

πŸ‘₯ Authors

πŸ‘€ Shisui

(back to top)

πŸ”­ Future Features

  • Add a feature to allow users to follow other users

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please leave a star🀩

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)