Skip to content

Latest commit

 

History

History
178 lines (103 loc) · 4.16 KB

README.md

File metadata and controls

178 lines (103 loc) · 4.16 KB

📗 Table of Contents

📖 Budget App

A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change.

[Budget App] is a ruby blog website.

🛠 Built With

Tech Stack

Blog App is backend project

Database

Key Features

We can do CRUD operations on following things:

  • Category
  • Expense

(back to top)

🚀 Live Demo

Link to your deployed project.

Presentation

(back to top)

💻 Getting Started

In order to start with this project do as follows :

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

Prerequisites

In order to run this project you need:

gem install rails

Setup

Clone this repository to your desired folder:

git clone https://github.com/skyv26/budger-app.git

then

cd budget-app

Install

Install this project with:

bundle install

Usage

rails s

Run Linters

To run tests, run the following command:

rubocop

OR

rubocop -a

it will automatically correct the errors

(back to top)

👥 Authors

Mention all of the collaborators of this project.

👨‍💻 Aakash Verma

(back to top)

🔭 Future Features

In upcoming weeks I will add some features as mentioned below

  • API & Documentation
  • High-Fidelity UI

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

🙏 Acknowledgments

❤️ RoR Documentation ❤️ Original design idea by Gregoire Vella on Behance ❤️ Creative Licence

(back to top)

📝 License

This project is MIT licensed.

(back to top)