A simple home expense tracking app built with ASP.NET MVC Core. Track your daily household expenses with category-wise monthly summary.
- ASP.NET MVC Core (.NET 10)
- Entity Framework Core + SQLite
- Bootstrap 5 + Custom CSS
- Vanilla JavaScript (Fetch API)
- .NET 10 SDK → https://dotnet.microsoft.com/download
- Git
-
Clone the repository git clone https://github.com/shoaib96978/HomeExpenseTracker.git cd HomeExpenseTracker
-
Restore packages dotnet restore
-
Apply database migrations dotnet ef database update
-
Run the app dotnet run
-
Open browser https://localhost:7086
- Add, view, edit, delete expenses
- Category-wise filtering and search
- Monthly summary dashboard with chart
- Data persists between runs (SQLite)