kelvinbush / budgetify

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.

Home Page:https://warm-sea-61252.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUDGETIFY

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.

Demo

Check out the live app here

Built With

  • Ruby on Rails
  • PostgresSQL

Getting Started

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

  • Copy this link https://github.com/kelvinbush/budgetify.git.
  • Get the directory that you want to clone the repository.
  • Open the command prompt in this directory.
  • Write git clone https://github.com/kelvinbush/budgetify.git.
  • Go to the repository folder in your command prompt cd budgetify.
  • run bundle install to install dependencies
  • run rails c to start the local app.
  • run rspec to run the tests.

Authors

👤 Kelvin Bush

🤝 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

📝 License

This project is MIT licensed.

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.

https://warm-sea-61252.herokuapp.com/


Languages

Language:Ruby 67.6%Language:HTML 25.2%Language:Batchfile 3.8%Language:SCSS 1.9%Language:JavaScript 1.6%