Skip to content

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

Kandy-Peter/budget-app

Repository files navigation

Rails Blog App

budget_app

Project Description

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.

links

Built With

  • Ruby
  • Ruby on Rails
  • Rubocop
  • FactoryBot
  • Capybara
  • CSS

Get Started

Follow these steps below:

Pre-requisites

- Ruby
- Rails
- PostgreSQL

Setup

Clone the repo and run bundle install in the command line to install the dependencies

$ git clone https://github.com/Kandy-Peter/budget-app.git
$ cd bugdet-app

Install gems with:

$ bundle install

Install style linters with

$ npm install

Run test

$ rspec spec
$ rspec ./spec/${path}

Start rails server (puma)

$ rails server

Open http://localhost:3000/ in your browser

Author

👤 Kandi Peter

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Desing inspiration:

Original design idea by Gregoire Vella on Behance.

📝 License

See PUBLIC license.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published