Budget App

This project is created as part of the rails capstone at Microverse. This app is a mobile web application where a user manage their budget: have a list of transactions associated with a category, so that the user can see how much money they spent and on what.

Credit of the design goes to Creative Commons license. The Original design idea by Gregoire Vella on Behance.

Live Link

Video

Built With

  • Ruby
  • Ruby on Rails
  • Postgresql
  • CSS

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
 git clone https://github.com/Wes-Isaac/Budget-App.git
  cd Budget-App

Install

  bundle install
  npm install

Run

  rails db: create
  rails db:migrate
  rails s

Test

  rspec

Usage

To start Budget app you need to first signup

Author

👤 Yishak

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Acknowledgements

  • I would like to thank Microverse.

Show your support

Give a ⭐️ if you like this project!