Skip to content

This is a budget app that allows user to track different transactions and create new ones

License

Notifications You must be signed in to change notification settings

Anny85-code/budget-app

Repository files navigation

Budget App

Description

The 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.

Live Video

Live preview from heroku

Screenshot

screencapture-localhost-3000-2022-05-27-12_08_18

Built With

  • Ruby on Rails
  • Postgres

Getting Started

Get a local copy

  • git clone the project
git clone https://github.com/Anny85-code/budget-app.git
cd budget-app

Install the app

bundle install
rails db:migrate

Run the seeder

rails db:seed

Run the app

  • To run the app
rails s
Visit https://localhost:3000/ in your browser.

Run the tests

  • To run the tests
rspec spec/models
rspec spec/views

Authors

👤 Aniekan udo

🤝 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.