Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitsharma-007/expensemanager-aspcore-efcore-highchart

Personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach with the help of Highcharts to show the expense summary chart and a modal dialog to handle the user inputs.
https://github.com/ankitsharma-007/expensemanager-aspcore-efcore-highchart

ankit-sharma article asp-net-core c-sharp entity-framework-core highcharts single-page-app sql-server visual-studio

Last synced: 3 months ago
JSON representation

Personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach with the help of Highcharts to show the expense summary chart and a modal dialog to handle the user inputs.

Awesome Lists containing this project

README

        

# ExpenseManager-ASPCore-EFCore-Highchart
In this article, we will be creating a personal expense manager using Asp.NET Core 2.1 and Entity Framework core Code first approach. An expense manager tracks your daily expenses and provides comparative charts to show expense summary. Since we are using modal dialog to handle user inputs and to show monthly and weekly expense summary chart using Highcharts. Hence this application will be a Single Page Application (SPA) .

We will be using Visual Studio 2017 and SQL Server 2017 for our demo.

Let us look at the final application.

![Alt Text](https://i2.wp.com/ankitsharmablogs.com/wp-content/uploads/2018/07/ExpenseManager.gif)

# Read the full article at
http://ankitsharmablogs.com/asp-net-core-expense-manager-using-ef-core-and-highcharts/