https://github.com/syncfusion/ej2-showcase-js-expensetracker
Demo application to track and visualize your daily expenses in a handy way with great UI.
https://github.com/syncfusion/ej2-showcase-js-expensetracker
Last synced: 10 months ago
JSON representation
Demo application to track and visualize your daily expenses in a handy way with great UI.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-js-expensetracker
- Owner: syncfusion
- License: other
- Created: 2018-07-12T09:26:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T12:21:04.000Z (over 2 years ago)
- Last Synced: 2025-06-30T12:12:18.427Z (10 months ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 3
- Watchers: 12
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# ej2-showcase-js-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
### Install
To install all dependent packages, use the below command
```
npm install
```
### Run
To run the sample, use the below command
```
gulp serve
```
## Demo
#### https://ej2.syncfusion.com/showcase/javascript/expensetracker/
Check all the showcase samples from here and also check out the [single page application example](https://blog.syncfusion.com/post/single-page-application-example-using-essential-js-2.aspx) blog.