/budgetapp

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

ruby

Rails Capstone - Budget Web Application

📗 Table of Contents

📖 budget_app

Budget App is a mobile web application designed for efficient budget management.

🛠 Built With

Tech Stack

Client
Database

Key Features

  • 1 - Users can register and log in, so that the data is private to them.
  • 2 - Users can introduce new transactions associated with a category.

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

 gem install bundler

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/adarachel/budgetapp.git

Install

Install this project with:

  cd budgetapp
  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)

👥 Authors

👤 Ada Rachel

(back to top)

🔭 Future Features

  • Implement the left side menu to improve the navigability of the app.

(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, please give it a star ⭐.

(back to top)

🙏 Acknowledgments

Thank you to Microverse.

Thank you to [Gregoire Vella] (https://www.behance.net/gregoirevella) on Behance, the author of the [original design] (https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)

(back to top)

📝 License

This project is MIT licensed.

(back to top)