/Budget-app

A mobile web application where you can manage your budget. There is a list of transactions associated with a category, so that you can see how much money you spent and on what.

Primary LanguageRuby

Budget-App

This 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

Built With

Live demo

Live Demo Link

Loom video

Getting Started

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

Prerequisites

  Ruby
  Ruby on Rails
  PostgreSQL

Setup

Clone the repository and change the directory to blog

  $ git clone git@github.com:Favourezeugwa/Budget-app.git

  $ cd Budget-app

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  Linux
  $ rails server
  Windows
  $ rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ Rspec spec

Author

👤 Favour Amarachi Ezeugwa

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