/Budget_app

[BudgetIT] is a mobile application that enables one group spending into categories. It provides the platform to track the amount spent on each category.

Primary LanguageRubyMIT LicenseMIT

PennyWise Budget app

📗 Table of Contents

📖 [BudgetIT]

[BudgetIT] is a mobile application that enables one group spending into categories. It provides the platform to track the amount spent on each category.

Video Demonstration BudgetIT

🛠 Built With

Tech Stack

Ruby on Rails
  • https://rubyonrails.org/

Key Features

  • [User authentification and authorization]
  • [Creation of Categories and related transaction]

(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
  • Install Rails
  • Install Postgresql

Setup

Clone this repository to your desired folder:

  cd Budget_app
  git clone https://github.com/Newtayo/Budget_app.git

Install

Install this project with:

  cd Budget_app
  bundle install
  gem install rspec
  gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rubocop --color
  npx stylelint "**/*.{css,scss}"
  rspec

Deployment

(back to top)

👥 Author

👤 Akande Abdulwasiu

(back to top)

🔭 Future Features

  • [Provide the desktop version of the App]
  • [ ][Provide Features to remove categories and transaction]

(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 show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.

  • Also, I would like to extend my sincerest gratitude to Gregoire Vella on Behance in Behance for this Creative and beautiful web design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)