An open API service indexing awesome lists of open source software.

https://github.com/nexusgksoftwares/personal_budget_tracker


https://github.com/nexusgksoftwares/personal_budget_tracker

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Personal Budget Tracker

A Ruby-based Command Line Interface (CLI) application to help users track their income, expenses, and budget goals.

## Features
- User authentication (Sign Up / Log In).
- Add and view transactions (income/expenses).
- Categorize transactions (e.g., Food, Rent, etc.).
- Store and manage data using SQLite.

## Setup
1. Clone the repository.
2. Install dependencies:
```bash
bundle install

---

### **Next Steps**
- Set up the project on your machine.
- Run the migrations and test the application.
- Let me know if you want to add more features or enhance the structure! 🚀