Skip to content

Budget app is 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

Yazino12/budget-app

Repository files navigation

Budget App

Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can track your spendings.

Demo 📝

Built With

  • Major languages (Ruby)
  • Framworks (Ruby on Rails)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A text editor(preferably Visual Studio Code)

Install

  • Ruby
  • Ruby on Rails
  • PostgresSQL
  • Rspec

Using it Locally

  • Clone the repository using the below commands.

  • https://github.com/Yazino12/budget-app.git

  • cd budget-app

  • rails s

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

Start server with:

rails server

Visit http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

Live

  • Live app: Budget App
  • Current app is better viewed in mobile screens

Author

👤 Yasin Warsame

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Issues

Feel free to check the issues page.

Credits

Original design idea by: Gregoire Vella on Behance.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspiration: Microverse

📝 License

This project is MIT licensed.

About

Budget app is 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