Skip to content

Budget-App is a mobile web application designed to help you effectively manage your budget. It features a list of transactions categorized by different expense types, enabling you to track your spending and gain insights into your financial habits. Built with Ruby

License

Notifications You must be signed in to change notification settings

jonathanmunamire/Budget-App

Repository files navigation

📗 Table of Contents

📖 Budget App

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

The Recipe App was built with:

  • Ruby On Rails
  • PostgreSQL

Tech Stack

Key Features

  • Authentication
  • Table Logic

Presentation Video

Loom Presentation

Live Demo

Live Demo

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby 2.7.0 or later
  • Rails 6.0 or later
  • PostgreSQL

After installing Ruby, run the following command to install rails.-

 gem install rails

Setup

  • Clone this project on your local machine using the following command in your terminal:

  • Make sure to add .env file on your root directory and setup your .env file with your postgres username and password!

  git clone https://github.com/jonathanmunamire/Budget-App.git
  bundle install
  rails s

Install

Run the following command to install all project's dependencies:

  cd Budget-App
  bundle install
  node install

Running the app

rails db:create:all rails db:migrate rails db:seed ### to populate the database with some sample data. rails s ## to start the server. http://localhost:3000 ## app link in the browser

Usage

bundle install

Next setup your .env so that you can create your dbs. Then:

rails db:create

rails db:migrate

rails db:seed

rails c --> To run rails console

rails s --> To run rails server

Run tests

  • Make sure to add data to the test db or create dummy data on the test files inside rspec folder.

bundle install

rspec spec

👤 Author

👤 Jonathan Munamire

🔭 Future Features

  • implement some UX improvements: include transitions and/or animations, etc.
  • A decent desktop design for the webapp.
  • Implement the left side menu to improve the navigability of the app

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project, kindly give it a star ⭐️

🙏 Acknowledgments

  • Microverse for providing the education that inspired this project.
  • RailsGuides for the excellent documentation on Ruby on Rails.
  • Gregoire Vella for the original design idea on Behance.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

(back to top)

About

Budget-App is a mobile web application designed to help you effectively manage your budget. It features a list of transactions categorized by different expense types, enabling you to track your spending and gain insights into your financial habits. Built with Ruby

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published