/budget_app

Budget App is a simple and easy-to-use app built with Ruby that helps you track your spending and save money. With Budget App, you can create budgets and track your spending. It is perfect for anyone who wants to get a better handle on their finances. Whether you're a student, a working professional, or a retiree, it can help you save money.

Primary LanguageRuby

📗 Table of Contents

📖 [Budget application]

The [Budget App] 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

Client
Server
Database

Key Features

  • Register and log in, so that the data is private to them
  • Introduce new transactions associated with a category
  • See the money spent on each category

(back to top)

🚀 Live Demo

(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 computer or run in with docker - Have rails installed on your computer

Setup

Clone this repository to your desired folder:

    git clone git@github.com:Ibnballo1/budget_app.git
    cd budget_app

Install

Install this project with:

  cd budget-app-ror
  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec spec

Deployment

You can deploy this project using: Live Demo

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Add more tests
  • Add presentation of this project

(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...give it a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for learning. Original design idea by Gregoire Vella on Behance. Please follow the link to read The Creative Commons license of the design.

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)