Skip to content

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.

Notifications You must be signed in to change notification settings

Kalunge/Budget-Application

Repository files navigation

Budget App

Microverse

A mobile web application where you can manage your budget

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.

Home page Details page
Screenshot from 2022-01-06 09-39-37 Screenshot from 2022-01-05 16-37-53

Built With

  • Ruby on Rails
  • PostgreSQL
  • Bootstrap

Live Demo

live

Getting Started

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

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
git clone git@github.com:Kalunge/Budget-Application.git
~ cd Budget-Application

Development Database

# Go Postgres shell user
 sudo -i -u postgres psql
 - rake db:reset
#To create a test user
to test the app use email: "doe@mail.com", password: "qwerty" without the quotes

Install

bundle install

Run

rails s

If you get an error run

bin/rails webpacker:install
and now run  `rails s`

Test

rspec spec/

Authors

👤 Titus Muthomi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Original design idea by Gregoire Vella on Behance.

License

MIT

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published