This is a budget planner app that allows users to add their expenses categories and expenses. It also allows users to see their total expenses.
- Programming Language: Ruby
- Framework: Ruby on Rails
- Linter: Rubocop
- Code Editor: VS Code
- Database: PostgreSQL
To get a local copy up and running follow these simple example steps.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/ahzamir/budget-app.git
$ cd budget-app
$ rails server
$ bundle install
$ yarn install
$ rubocop .
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ rspec ./spec/#{filename}_spec.rb
- A web browser like Google Chrome.
- A code editor like Visual Studio Code.
- A terminal to run the code.
- Ruby installed on your computer.
- Rails installed on your computer.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
To install rails, in the terminal kindly run this command
$ gem install rails
- GitHub: @ahzamir.
- Twitter: @YousufiZamir
- LinkedIn: ahmad-zamir-yousufi
Contributions, issues, and feature requests are welcome!
- Original design idea by Gregoire Vella on Behance.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Code Reviewers
- Coding Partners
This project is MIT licensed.