- 📗 Table of Contents
- 📖 Fruugal
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Frugugal
is 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.
Here are the tech stacks applied in this project.
Language
Framework
Database
Test Library
This app has the following key features:
- Create new user.
- Create a budget category
- Create a transaction from a budget category
- See all transactions made on a budget category
- See all budget categories and the amount spent on them
Here are screenshots of the application
This app has been deployed using Railway.app. Use th link below to view live app.
The following applications are required to be installed for the project to run!
- Install Ruby on your computer (machine)
- Install a modern browser e.g Google Chrome, Edge, Firefox etc.
- Install Node.js LTS version
- Install Git
Clone this repository to your desired folder:
git clone git@github.com:PraisesPJMT/Fruugal.git
cd Fruugal
Install this project with:
gem install bundler
bundle install
To run the project, execute the following command:
rails server
- After running
rails server
, use the app on http://localhost:3000/ in the browser! - For more information please visit Ruby-on-Rails.
👤 Praises Tula
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original UI design by Gregorire Vella on Behance.
- Tip hart to you for checking this project out
This project is MIT licensed.