Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusion/blazor-showcase-expense-tracker
This expense tracker demo application showcases using several Syncfusion Blazor components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Syncfusion Blazor components into your applications.
https://github.com/syncfusion/blazor-showcase-expense-tracker
Last synced: 18 days ago
JSON representation
This expense tracker demo application showcases using several Syncfusion Blazor components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Syncfusion Blazor components into your applications.
- Host: GitHub
- URL: https://github.com/syncfusion/blazor-showcase-expense-tracker
- Owner: syncfusion
- Created: 2019-11-22T05:01:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T04:47:38.000Z (4 months ago)
- Last Synced: 2024-07-11T05:48:28.960Z (4 months ago)
- Language: C#
- Size: 1.95 MB
- Stars: 37
- Watchers: 15
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Essential Studio for Blazor - Expense Tracker
This expense tracker demo application showcases using several Syncfusion Blazor components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Syncfusion Blazor components into your applications.
## Deployment
### Requirements to run the demo
The samples requires the below requirements to run.
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
* [NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)### Run
1. Clone this repository.
2. Open the project in VS 2022:
- For the .NET 8 Server app, open server/ExpenseTracker.csproj.
- For the .NET 8 WASM app, open wasm/ExpenseTracker.sln.
3. Run the demo.## Demo
### Server app: https://blazor.syncfusion.com/showcase/expensetracker/
### WASM app: https://blazor.syncfusion.com/showcase/wasm/expensetracker/
Check all the showcase samples from here.