- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- Presentation
- Presentation
- ❓ FAQ
- 📝 License
Budget-Buddy is a web application that allows you to efficiently manage your budget. You'll have a list of transactions associated with various categories, enabling you to track your expenses and see how much money you've spent and on what.
Ruby on Rails
- https://rubyonrails.org/
- [Categories]
- [Transactions]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
Clone this repository to your desired folder:
cd Budget-Buddy
git clone git@github.com:deniodev/Budget-Buddy.git
Install this project with:
cd Budget-Buddy
bundle install && npm install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rubocop --color
npx stylelint "**/*.{css,scss}"
rspec
- The website is deployed here
👤 Denio Nhanale
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please show support by staring ⭐️.
-
I am grateful to Gregoire Vella on Behance for the priviledge to use his design.
-
I would like to thank my Microverse team and my coding partners for their support and guidance.
- video presentation.
This project is MIT licensed.