Skip to content

The Budget app is about building a mobile web application where users can manage their budgets, users can track their transaction history (how much money they have spent and on what). Built with Ruby on Rails.

License

Notifications You must be signed in to change notification settings

abdulhamiid/budget-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16318a8 Β· Mar 20, 2023

History

86 Commits
Oct 25, 2022
Mar 1, 2023
Jan 3, 2023
Mar 1, 2023
Oct 27, 2022
Oct 23, 2022
Oct 23, 2022
Oct 23, 2022
Jan 8, 2023
Oct 23, 2022
Oct 27, 2022
Oct 23, 2022
Oct 23, 2022
Oct 27, 2022
Oct 25, 2022
Oct 23, 2022
Oct 23, 2022
Oct 27, 2022
Oct 23, 2022
Oct 26, 2022
Mar 1, 2023
Feb 17, 2023
Mar 20, 2023
Mar 20, 2023
Oct 25, 2022
Oct 25, 2022
Jan 3, 2023
Oct 25, 2022

Repository files navigation

Table of Contents

Budget app

The Budget app 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.

Built With

  • Ruby
  • Ruby on Rails
  • PostgreSql
  • Bootstrap 5

Live Demo

πŸ”₯ Link πŸ”₯

Getting Started

Prerequisite

Go ahead and check the most recent version of each of these:

  • Ruby (ruby --version)
  • SQLite3 (sqlite3 --version)
  • Node.js (node --version)
  • Yarn (yarn --version)
  • Rails (rails --version)

Clone this repository

To clone the repo run:

git clone https://github.com/abdulhamiid/budget-app.git

To access the cloned directory, run:

cd blog-app

Install the required dependecies with:

bundle install

Install npm dependencies with:

npm install

Before running below commands update config/database.yml with your local DBcredentials. Then run:

rake db:create
rake db:migrate
rake db:seed

Author

πŸ‘€ Abdulhamid

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

To Contribute to this project

  1. Fork the Project
  2. Create your Feature Branch
git checkout -b feature/newFeature
  1. Commit your Changes
git commit -m 'Add some newFeature'
  1. Push to the Branch
git push -u origin feature/newFeature
  1. Open a Pull Request

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ License

This project is MIT licensed.

About

The Budget app is about building a mobile web application where users can manage their budgets, users can track their transaction history (how much money they have spent and on what). Built with Ruby on Rails.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published