Skip to content

Latest commit

 

History

History
83 lines (54 loc) · 1.75 KB

README.md

File metadata and controls

83 lines (54 loc) · 1.75 KB

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.

Live Version

Built With

Setup

Clone the repository and change the directory to blog

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

  $ 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

👤 Emirjeta Veisllari

Setup

If you wish to run the project locally, please do the following:

  • Clone the repository to your local machine. - git clone https://github.com/myelin0/budget-app

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