A simple and intuitive web application designed to help users track their expenses, manage their personal finances, and gain insights into their spending habits. This Expense Navigator allows users to log, categorize, and analyze their expenses efficiently.
💡CRUD Operations for Categories: Users can create, view, update, and delete custom categories for organizing transactions (e.g., Food, Travel)
💡CRUD Operations for Transactions: Users can add, view, edit, and delete individual transactions with details such as:
1)Category: Assign each transaction to a category for easy tracking.
2)Date: Record the date of each transaction.
3)Amount: Specify the transaction amount (income or expense).
💡Expense Visualization by Category: View a breakdown of expenses by category using pie-charts📊
💡)Income vs. Expenses Analysis: Visualize income and expenses using line-graphs📊, allowing users to see how income compares to spending over time.
1)Frontend: ASP.NET for web interface, HTML, CSS 🎨
2)Backend: C# .NET 🌐
3)Database: SQL Server (managed through SQL Server Management Studio) 💾
4)Data Visualization: Charting library (Syncfusion) 📊
- Visual Studio or Visual Studio Code
- .NET SDK
- SQL Server
- SQL Server Management Studio
- Clone the repository:
git clone https://github.com/MandiniJayaratne/ExpenseNavigator.git