36 lines
817 B
Markdown
36 lines
817 B
Markdown
# FINA - Personal Finance Tracker
|
|
|
|
A modern, secure PWA for tracking expenses with multi-user support, visual analytics, and comprehensive financial management.
|
|
|
|
## Features
|
|
|
|
- 💰 Expense tracking with custom categories and tags
|
|
- 📊 Interactive analytics dashboard
|
|
- 🔐 Secure authentication with optional 2FA
|
|
- 👥 Multi-user support with role-based access
|
|
- 🌍 Multi-language (English, Romanian)
|
|
- 💱 Multi-currency support (USD, EUR, GBP, RON)
|
|
- 📱 Progressive Web App (PWA)
|
|
- 🎨 Modern glassmorphism UI
|
|
- 📤 CSV import/export
|
|
- 📎 Receipt attachments
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
```
|
|
|
|
Access the app at `http://localhost:5103`
|
|
|
|
## Tech Stack
|
|
|
|
- Backend: Flask (Python)
|
|
- Database: SQLite
|
|
- Cache: Redis
|
|
- Frontend: Tailwind CSS, Chart.js
|
|
- Deployment: Docker
|
|
|
|
## License
|
|
|
|
MIT
|