Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.21 KB

File metadata and controls

62 lines (42 loc) · 1.21 KB

💰 Bank Account Tracker

A full-stack app (backend + frontend) to keep track of your bank account with precision. Simple, fast, and designed so you never lose sight of a single cent.

🧱 Tech Stack

✨ Features

  • 📅 Import CSV files from your bank
  • 🏷️ Edit and manage transaction categories
  • 📊 Small dashboard with insights and totals

📦 Getting Started

Clone the repo and install dependencies:

git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name

Frontend

cd client
npm install
npm run dev

Backend

cd server
npm install
npm run start:dev

📁 Project Structure

/
├── client/       # React frontend
├── server/       # NestJS backend
└── README.md

🛠️ Todo

  • Export reports
  • Add more charts and filters
  • Tests

Made with ❤️ and spreadsheets that got out of hand.