Skip to content

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.

Notifications You must be signed in to change notification settings

displaynone/cuentas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published