/Budget-app

Budget app is a mobile web application I built using Rails, Postgres and Bootstrap. It allows you to 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.

Primary LanguageRuby

Budget app

Budget app is about building 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.

budget-app screenshot

Live Version

Built With

Setup

Clone the repository and change the directory to blog

  $ git clone https://github.com/ridwanediallo/Budget-app.git

  $ cd Budget-app

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  $ bin/rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ rspec

Author 1

👤 Ridwan

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