Skip to content

This App is about building 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.

Notifications You must be signed in to change notification settings

AbrahaKahsay/budget-app

Repository files navigation

Budget App

This App is about building 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.

Screenshots

Screenshot from 2022-11-19 22-01-14

Built With 🛠️

  • Major languages: Ruby
  • Frameworks: Ruby on Rails
  • Technologies used: Rubocop, gem, Postgresql

Live Demo (if available)

Live Demo Link

Setup

To use this project:

Create, drop and, reset a database

  • rails db:create
  • rails db:drop
  • rails db:reset

Starting up the webserver

  • rails s # or
  • rails server #or
  • bin/dev

Generate schema

  • rails db:migrate

Generate model and controller specs

-rails generate rspec:model ModelName -rails generate rspec:controller ControllerName

Run specs or tests

  • bin/rails spec or rspec

Authors ✍️ 👥

👨‍💻 Abraha Kahsay ✍️

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to Gregoire Vella on Behance the author of the original design
  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

About

This App is about building 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published