It is a comprehensive project that leverages many useful tools and frameworks. With Ruby On Rails, I quickly create web applications with CRUD capabilities, making it an efficient choice for building a budget app like SmartCoin. Tailwind and Flowbite provide UI components and styling that make the app visually appealing and user-friendly. RSpec and Capybara help me to write and execute automated tests, ensuring the app's reliability and reducing the risk of bugs. Devise and CanCanCan offer security features, such as authentication and authorization, to protect users' information and data. Lastly, Bullet provides performance optimization, helping me to identify and resolve any potential bottlenecks in the app's code.
To get a local copy up and running follow these simple example steps.
git clone git@github.com:Addisu87/budget-app.git cd budget_app/
bundle install npm install
rails db:create
rails server
rspec --format documentation
Heroku
š¤ Addisu Haile
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a āļø if you like this project!
This project is MIT licensed.