Demo application to track and visualize your daily expenses in a handy way with great UI.
Перейти к файлу
MuthukumarK cf2dc9c837
Merge pull request #22 from Athiswaran-SF3980/master
911856: Update sample for vol3 2024
2024-10-15 13:40:06 +05:30
Controllers feature(EJ2-66059): Updated Expense Tracker sample netcoreapp2.0 to net6.0. 2022-12-28 19:28:33 +05:30
Helpers feature(EJ2-66059): Updated Expense Tracker sample netcoreapp2.0 to net6.0. 2022-12-28 19:28:33 +05:30
Models 891562: Need to move the latest changes to public repo 2024-06-28 07:34:02 +05:30
Properties 891562: Need to move the latest changes to public repo 2024-06-28 07:34:02 +05:30
Views 891562: Need to move the latest changes to public repo 2024-06-28 07:34:02 +05:30
wwwroot 911856: Update sample for vol3 2024 2024-10-03 17:36:08 +05:30
.gitignore 891562: Update .gitignore 2024-07-03 12:01:34 +05:30
Expense_Tracker_ASPCore.csproj 911856: Update sample for vol3 2024 2024-10-03 17:36:08 +05:30
Expense_Tracker_ASPCore.sln feature(EJ2-66059): Updated Expense Tracker sample netcoreapp2.0 to net6.0. 2022-12-28 19:28:33 +05:30
Nuget.Config 911856: Update sample for vol3 2024 2024-10-03 17:41:05 +05:30
Program.cs feature(EJ2-66059): Updated Expense Tracker sample netcoreapp2.0 to net6.0. 2022-12-28 19:28:33 +05:30
README.md 891562: Update README.md 2024-07-04 10:19:41 +05:30
Startup.cs 891562: Need to move the latest changes to public repo 2024-06-28 07:34:02 +05:30
appsettings.Development.json feature(EJ2-66059): Updated Expense Tracker sample netcoreapp2.0 to net6.0. 2022-12-28 19:28:33 +05:30
appsettings.json feature(EJ2-66059): Updated Expense Tracker sample netcoreapp2.0 to net6.0. 2022-12-28 19:28:33 +05:30
bundleconfig.json 891562: Need to move the latest changes to public repo 2024-06-28 07:34:02 +05:30
web.config 891562: Need to move the latest changes to public repo 2024-06-28 07:34:02 +05:30

README.md

ej2-showcase-aspnetcore-expense-tracker

The expense tracker demo application showcases several Essential JS 2 components together in a real-world application scenario to track and visualize your daily expenses. You can further explore the source code of this application and use it as a reference for integrating Essential JS 2 components into your applications.

Deployment

Requirements to run the demo

The sample requires the below requirements to run.

Run

  • Clone this repository.
  • Open the command prompt from Application root directory.
  • Run the demo using dotnet run command.

Demo

https://ej2.syncfusion.com/showcase/aspnetcore/expense-tracker/

Check all the showcase samples from here.