Skip to content

This is a budget app that allows users to add their expenses categories and expenses. It also allows users to see their total expenses.

Notifications You must be signed in to change notification settings

ahzamir/budget-app

Repository files navigation

Budget App

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. BUDGET APP 3

Live Demo

Schema

Built With

Getting Started

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

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/ahzamir/budget-app.git

Usage

$ cd budget-app
$ rails server

Setup

$ bundle install
$ yarn install
$ rubocop .

Run tests

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

Prerequisites

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

Authors

👤 Ahmad Zamir Yousufi

🤝 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

This is a budget app that allows users to add their expenses categories and expenses. It also allows users to see their total expenses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published