https://github.com/nexusgksoftwares/personal_budget_tracker
https://github.com/nexusgksoftwares/personal_budget_tracker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nexusgksoftwares/personal_budget_tracker
- Owner: NexusGKSoftwares
- Created: 2025-01-06T19:50:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T20:17:08.000Z (4 months ago)
- Last Synced: 2025-01-06T21:24:10.229Z (4 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🚀