- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Lear more about this project below
Budget App is a server side rendered application following MVC architecture, 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 on what.
Would you like to know about tools and Tech I have used?
Client
Database
take a look below:
- User can add a transaction for given category
- User can add a category
- User can select one of 6 icons for ther categories
- User can see transactions for a given category
If you would like to see this site on action click on the link below:
Would you like to make use of this project?
To get a local copy up and running, follow these steps.
In order to run this project you need to have installed Ruby 3.2.2 and then install rails if yo don't have it yet:
gem install rails
to clone the repo, on your terminal access to your desired folder:
cd my-folder
Then clone the project:
cd my-folder
git clone git@github.com:Diegogagan2587/budget-app.git
Install this project with the following instructions:
Access to the folder you just have cloned:
cd budget-app
install all required gems:
gem install
To run the project, execute the following command:
rails server
if you are not able to see the style in your local server open another terminal and run:
rails tailwindcss:watch
the previous command will watch for you styling and then you should be able to see in in your browser.
To run tests, run the following command:
rspec
You can deploy this project using render, check out docs below:
Would you like to get in touch?
👤 Diego Vidal Lopez
- GitHub: @Diegogagan2587
- Twitter: @dieg02587
- LinkedIn: Diego Vidal Lopez
Some feature I might implement in the future:
- Account Confirmation and recovery
- Edit or update transactions or categories
- Implement a proper design for desktop browsers
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Would you like to support?
If you like this project you are free for get your own copy, as well feel free to let me know any problem in the issues page.
I would like to thank to the youtube channel Code A program
for providing the initial template for the Navigation.
Original design idea by Gregoire Vella on Behance.
This project is MIT licensed.