/Budget-app

The Ruby on Rails capstone project is about building 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.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Budget App

Budget App 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 rails and available on Mobile view

🛠 Built With

Tech Stack

Backend

Key Features

  • Register user
  • Login through a correct credentials
  • Display list of categories.
  • Add categories to the list
  • User to be able to delete a category
  • Display list of Transactions
  • Add transaction base on a category with the amount.
  • User to be able to delete catogory

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

  • Install ruby on your machine
  • Install rails on your machine

Setup

Clone this repository to your desired folder:

https://github.com/wolterbwambale/Budget-app

Install

Install this project with:

cd budget-app
bundle install

Usage

To run the project, execute the following command:

rails s 
./bin/dev 

Run tests

To run tests, run the following command:

rspec spec

Deployment

You can deploy this project using:

  • Deployed using render: Live

  • Presentation: Video

(back to top)

👥 Authors

👤 Bwamabale

(back to top)

🔭 Future Features

  • Add animations

(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, clone it and try it.

(back to top)

🙏 Acknowledgments

  • Credit goes to Gregoire Vella on Behance whose original design was used.
  • I would like to thank Microverse for the great project idea. heart

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)