budget_app

BudgiSEE is a simple mobile web application for managing budgets and expenses. Users can create a new category base on budgets and add all expenses that belong to that category. Built with Ruby on Rails.

Stars
5

Table of Contents

BudgiSEE

BudgiSEE is a mobile 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

Tech Stack

Key Features

  • Splash screen
  • Sign up and log in pages
  • Home page (catagories page)
  • Transactions page
  • Add a new category
  • Add a new transaction
  • Create unit and integration tests

Live Demo

Add a link to your deployed project.

Getting Started

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:

  cd my-folder
  git clone [email protected]:kusiLaw/budget_app.git

Install

Install this project with:

  cd my-project
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rspec spec

Deployment

You can deploy this project following this instructions: Read

Authors

Lawrence Addai Kusi

Future Features

These are features that will be add to the project..

  • Splash screen
  • Home page (catagories page)
  • Setup and controllers
  • Controllers specs
  • Views
  • Add forms
  • Integration specs for Views and fixing n+1 problems
  • Add Devise
  • Add authorization rules

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project, you can feel free to add or support

Acknowledgments

I would like to thank Microverse for this insight project

I would like to thank Gregoire Vella for the design ideas

License

This project is MIT licensed.

Related Projects