{"id":35066692,"url":"https://github.com/kaushalladiya/finance-tracker","last_synced_at":"2026-04-11T01:09:11.750Z","repository":{"id":328894206,"uuid":"1116739698","full_name":"kaushalladiya/finance-tracker","owner":"kaushalladiya","description":"Full-stack finance tracking application built with .NET 10 and React","archived":false,"fork":false,"pushed_at":"2025-12-18T15:51:45.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T13:53:26.497Z","etag":null,"topics":["csharp","dotnet","entity-framework","finance-tracker","fullstack","react","sqlite","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaushalladiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-15T10:06:41.000Z","updated_at":"2025-12-18T15:51:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kaushalladiya/finance-tracker","commit_stats":null,"previous_names":["kaushalladiya/finance-tracker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kaushalladiya/finance-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalladiya%2Ffinance-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalladiya%2Ffinance-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalladiya%2Ffinance-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalladiya%2Ffinance-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaushalladiya","download_url":"https://codeload.github.com/kaushalladiya/finance-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalladiya%2Ffinance-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28078031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","entity-framework","finance-tracker","fullstack","react","sqlite","tailwindcss"],"created_at":"2025-12-27T11:32:02.974Z","updated_at":"2025-12-27T11:32:03.492Z","avatar_url":"https://github.com/kaushalladiya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💰 Finance Tracker\n\nA full-stack web application for tracking personal income and expenses, built with **.NET 10** and **React**. This project demonstrates modern web development practices, RESTful API design, and responsive UI/UX.\n\n![Project Status](https://img.shields.io/badge/status-active%20development-brightgreen)\n![.NET Version](https://img.shields.io/badge/.NET-10.0-blue)\n![React Version](https://img.shields.io/badge/React-18.3-blue)\n\n## 📸 Screenshots\n\n\u003e Screenshots will be added as features are completed\n\n## ✨ Features\n\n### ✅ Implemented Features\n- **Full-Stack Architecture**: React frontend communicating with .NET 10 Web API.\n- **Secure Authentication (End-to-End)**:\n  - [x] JWT (JSON Web Token) implementation.\n  - [x] BCrypt Password Hashing.\n  - [x] React Login/Register Forms.\n  - [x] Protected Routes (Global Axios Interceptor).\n- **UX \u0026 Design**:\n  - [x] **Smart Empty States**: Welcoming \"Zero Data\" experience with Call-to-Action.\n  - [x] **Monospace Typography**: \"Cascadia Code\" for financial precision.\n- **Advanced Reporting System**: Server-side aggregation for Monthly Trends and Comparisons using LINQ.\n- **Interactive Dashboard**:\n  - Gradient summary cards (Income, Expense, Balance).\n  - Real-time statistics.\n- **Data Visualization**:\n  - **6-Month Trend Line Charts**: Visualizes financial history using Recharts.\n  - **Expense Breakdown**: Interactive Pie Charts.\n  - **Income vs Expense**: Comparative Bar Charts.\n  - **Category Intelligence**: Ranks top spending and income sources with progress bars.\n- **Client-Side Routing**: Seamless navigation between Dashboard and Reports.\n- **Dark Mode Theme**: System-aware, persistent theme with local storage support.\n- **Complete CRUD Operations**: Create, Read, Update, Delete transactions with modal forms.\n- **Advanced Filtering**: Filter by Type, Category, and Date Range with real-time search.\n- **User Feedback**: Toast notifications and loading skeletons.\n\n## 🎨 Design Philosophy\n\n### Psychology of Money\nThis project utilizes specific design choices to build trust and clarity:\n- **Visual Hierarchy**:\n  - **Green \u0026 Bold**: Used for Income and Growth (Signals safety).\n  - **Red \u0026 Bold**: Used for Expenses and Debts (Signals alert).\n  - **Regular Weight**: Used for neutral information.\n- **Typography**:\n  - **Cascadia Code**: Used exclusively across the app. The monospaced font implies \"Calculation,\" \"Accuracy,\" and \"Terminal-like precision,\" similar to professional trading platforms.\n\n## 🛠️ Tech Stack\n\n### Backend\n- **Framework:** .NET 10 Web API\n- **Database:** SQLite with Entity Framework Core\n- **Security:** BCrypt.Net for password hashing, JWT Bearer Tokens\n- **Architecture:** RESTful API with Repository Pattern\n- **Features:**\n  - Async/await patterns\n  - LINQ for server-side data aggregation\n  - CORS configuration\n\n### Frontend\n- **Framework:** React 18.3 with Vite\n- **Routing:** React Router DOM\n- **Visualization:** Recharts\n- **Styling:** Tailwind CSS 3.4\n- **State Management:** React Context API \u0026 Hooks\n- **HTTP Client:** Axios (with Interceptors)\n- **Build Tool:** Vite 7.2\n\n## 🚀 Getting Started\n\n### Prerequisites\n- [.NET 10 SDK](https://dotnet.microsoft.com/download)\n- [Node.js 18+](https://nodejs.org/)\n- [Git](https://git-scm.com/)\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/kaushalladiya/finance-tracker.git\n   cd finance-tracker\n   ```\n\n2. **Set up the Backend**\n   ```bash\n   cd FinanceTracker.API\n   \n   # Restore dependencies\n   dotnet restore\n   \n   # Create database and apply migrations (Users \u0026 Transactions tables)\n   dotnet ef database update\n   \n   # Run the API\n   dotnet run\n   ```\n   Backend will run on `http://localhost:5260`\n\n3. **Set up the Frontend**\n   ```bash\n   cd ../FinanceTracker.UI\n   \n   # Install dependencies\n   npm install\n   \n   # Run the development server\n   npm run dev\n   ```\n   Frontend will run on `http://localhost:5173`\n\n4. **Open in browser**\n   Navigate to `http://localhost:5173`\n\n## 📁 Project Structure\n\n```\nFinanceTracker/\n├── FinanceTracker.API/          # .NET Backend\n│   ├── Controllers/             # API endpoints\n│   │   ├── AuthController.cs    # Authentication Logic\n│   │   └── TransactionsController.cs\n│   ├── Data/                    # Database context\n│   │   └── AppDbContext.cs\n│   ├── Models/                  # Data models\n│   │   ├── User.cs\n│   │   └── Transaction.cs\n│   ├── Migrations/              # EF Core migrations\n│   ├── Program.cs               # App configuration\n│   └── financetracker.db        # SQLite database\n│\n└── FinanceTracker.UI/           # React Frontend\n    ├── src/\n    │   ├── contexts/\n    │   │   ├── AuthContext.jsx  # Auth State\n    │   │   └── ThemeContext.jsx\n    │   ├── App.jsx              # Main component\n    │   ├── Dashboard.jsx        # Smart Dashboard\n    │   ├── Login.jsx            # Login Page\n    │   ├── Register.jsx         # Register Page\n    │   ├── config.js            # API configuration\n    │   ├── index.css            # Global styles (Cascadia Code)\n    │   └── main.jsx             # App entry point\n    ├── tailwind.config.js       # Tailwind configuration\n    └── package.json             # Dependencies\n\n```\n\n## 🔌 API Endpoints\n\n### Authentication\n\n| Method | Endpoint | Description |\n| --- | --- | --- |\n| POST | `/api/auth/register` | Register a new user |\n| POST | `/api/auth/login` | Login and receive JWT Token |\n\n### Transactions\n\n| Method | Endpoint | Description |\n|--------|----------|-------------|\n| GET | `/api/transactions` | Get all transactions with filtering |\n| GET | `/api/transactions/{id}` | Get transaction by ID |\n| POST | `/api/transactions` | Create new transaction |\n| PUT | `/api/transactions/{id}` | Update transaction |\n| DELETE | `/api/transactions/{id}` | Delete transaction |\n| GET | `/api/transactions/summary` | Get summary statistics |\n| GET | `/api/transactions/reports/monthly` | Get 6-month trend data |\n| GET | `/api/transactions/reports/comparison` | Compare current month vs previous/last year |\n| GET | `/api/transactions/reports/top-categories` | Get top 5 income/expense sources |\n\n## 🧪 Testing\n\n### Backend Testing\n```bash\ncd FinanceTracker.API\ndotnet test\n```\n\n### API Testing\n- Swagger UI available at `http://localhost:5260/swagger`\n- Interactive API documentation and testing\n\n## 👨‍💻 Author\n\n**Kaushal Ladiya**\n\n* GitHub : [@kaushalladiya](https://github.com/kaushalladiya)\n* LinkedIn : [@kaushalladiya](https://linkedin.com/in/kaushalladiya)\n\n## 🙏 Acknowledgments\n\n* Built as part of full-stack development learning journey\n* Thanks to the .NET and React communities for excellent documentation\n* Tailwind CSS for making styling enjoyable\n\n---\n\n**⭐ If you find this project helpful, please consider giving it a star!**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaushalladiya%2Ffinance-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaushalladiya%2Ffinance-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaushalladiya%2Ffinance-tracker/lists"}