https://github.com/codegeniusdev/finance-app
https://github.com/codegeniusdev/finance-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codegeniusdev/finance-app
- Owner: CodeGeniusDev
- Created: 2025-08-21T16:07:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T17:12:13.000Z (10 months ago)
- Last Synced: 2025-08-21T19:13:28.530Z (10 months ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Finance & Project Tracker
Finance & Project Tracker is a simple app to manage your projects and track your income/expenses.
Everything is saved locally in your browser (localStorage), so no database or server is needed.
👉 Live Demo: [localtrack.netlify.app](https://localtrack.netlify.app)
---
## Features
- Add and manage projects with description, files, and links
- Automatic link preview when you paste a URL
- Track income and expenses with categories and notes
- See balance summary and charts
- Import/Export your data (JSON/CSV)
- Works fully offline – your data stays in your browser
---
## Tech Used
- React
- Tailwind CSS
- localStorage
- Chart.js / Recharts
---
## Getting Started
```bash
git clone https://github.com/yourusername/localtrack.git
cd localtrack
npm install
npm start
```
---
## Usage
1. Open the app in your browser
2. Add projects with links and files
3. Track income and expenses
4. Export your data anytime for backup
---
## Developer
Built by [CodeGenius](https://codegenius.dev)
More links:
- [Portfolio](https://portfolio.triplealpha.blog/)
- [Linktree](https://linktr.ee/CodeGenius.Dev)