This is a 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 spend and on what.
This is a Ruby on Rails application that allows the users to:
- register and log in, so that the data is private to them.
- Introduce new transactions associated with a category.
- See the money spent on each category.
checkout the app here
Watch the video presentation here
- Technologies used:
Ruby Rails Tailwindcss PostgreSQL
You need to have a browser and this tools installed:
- Git
- Ruby
- MVC patterns
To get a local copy up and running follow these simple example steps:
$ git clone [email protected]:tylher/c.git
$ cd BudgetApp
$ bundle install
To run the server:
$ rails s
To watch CSS changes
$ rails tailwindcss:watch
OR
$ ./bin/dev
To run tests,
$ rspec
- GitHub: @tylher
- Twitter: @tylher123
- LinkedIn: Taiwo Adediran
Contributions, issues, and feature requests are welcome!
- Design and inspiration by Gregoire Vella on Behance..
- Hat tip to anyone whose code was used