Skip to content

A mobile application that lets users log in and add transactions associated with a category to see the money spent on each category. Built with: Ruby on Rails, RSPEC, and PostgreSQL.

License

Notifications You must be signed in to change notification settings

Farida-Hamid/BudgetApp-rails

Repository files navigation

📖 Budet App

This is a mobile web application where you can manage personal budget: you have a list of transactions associated with a category, so that you know how much you spent and on what.

This is a Ruby on Rails application that allows the user to:

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.

🛠 Built With

Tech Stack

Key Features

  • [Authentication] - register and log in.
  • [Add Category] - Add a spending category.
  • [Display Categories] - Display users categories.
  • [Display Total for Categories] - Display the total amount of spnding for each category.
  • [Add a Transaction] - Add transaction.
  • [Display Transaction] - Display users transaction for each category.

(back to top)

🚀 Live Version

(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: Installed Rails.

Setup

Clone this repository to your desired folder:

git clone git@github.com:Farida-Hamid/BudgetApp-rails.git

Install

Install this project with:

cd BudgetApp-rails
bundle install

Usage

To run the project, execute the following command:

rails server

Run tests

To run tests, run the following command:

 rspec spec

(back to top)

👥 Author

👤 Farida Hamid

🔭 Future Features

  • [Add a sign out button]

(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 as a star! ⭐️

(back to top)

🙏 Acknowledgments

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

About

A mobile application that lets users log in and add transactions associated with a category to see the money spent on each category. Built with: Ruby on Rails, RSPEC, and PostgreSQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published