This app helps you track expenses you would like to organize and keep track of. For example, if you are a frequent traveler, you can use this app to create a category for traveling and you can add the cost of each trip to your travel category. The app will keep a total of what all of your expenses are and when you click on a category you will receive a breakdown of each of the expenses.
https://www.loom.com/share/640f3e1f115d45089eae406471fb2362?sid=1beaaf48-8d4f-4f55-ae76-20ed65716349
To get a local copy of the project, follow these steps:
- Open the terminal and navigate to the folder where you would like to put these files.
- Type the following commands into the terminal:
git clone https://github.com/AKeeganDev/ruby_transactions_app.git
cd recipe-app
Check the ruby version being used and install it if it is not the same with that of the local machine Set up database direct them to the config/database.yml file
bundle install
'npm install' or 'yarn install'
rails db:create
rails db:migrate
rails 'db:seed' if there is data in the seed
'rails s' to start the server locally
To execute the tests, run the following command in your terminal:
rspec spec
👤 Aaron Keegan
- GitHub: @AKeeganDev
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Credit to Gregoire Vella on Behance, the author of the original design, Creative Commons License is here
This project is MIT licensed.