/ruby_transactions_app

A wireframe for a web design that a user can keep track of expenses with

Primary LanguageRubyMIT LicenseMIT

Transactions App

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.

Video demo

https://www.loom.com/share/640f3e1f115d45089eae406471fb2362?sid=1beaaf48-8d4f-4f55-ae76-20ed65716349

Getting Started

To get a local copy of the project, follow these steps:

  1. Open the terminal and navigate to the folder where you would like to put these files.
  2. 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

Author

👤 Aaron Keegan

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Credit to Gregoire Vella on Behance, the author of the original design, Creative Commons License is here

📝 License

This project is MIT licensed.