Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ankitsharma-007/expensemanager-aspcore-efcore-highchart
- Owner: AnkitSharma-007
- Created: 2018-07-16T18:03:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T20:07:10.000Z (over 5 years ago)
- Last Synced: 2024-11-02T03:11:56.718Z (3 months ago)
- Topics: ankit-sharma, article, asp-net-core, c-sharp, entity-framework-core, highcharts, single-page-app, sql-server, visual-studio
- Language: C#
- Size: 1.66 MB
- Stars: 38
- Watchers: 8
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/