https://github.com/syncfusion/ej2-showcase-ts-expensetracker
This expense tracker demo application showcases using several Essential JS 2 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 Essential JS 2 components into your applications.
https://github.com/syncfusion/ej2-showcase-ts-expensetracker
expense-tracker javascript real-world-project single-page-app spa typescript
Last synced: 10 months ago
JSON representation
This expense tracker demo application showcases using several Essential JS 2 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 Essential JS 2 components into your applications.
- Host: GitHub
- URL: https://github.com/syncfusion/ej2-showcase-ts-expensetracker
- Owner: syncfusion
- License: other
- Created: 2018-03-01T08:52:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T11:56:24.000Z (10 months ago)
- Last Synced: 2025-06-30T12:12:18.656Z (10 months ago)
- Topics: expense-tracker, javascript, real-world-project, single-page-app, spa, typescript
- Language: TypeScript
- Size: 359 KB
- Stars: 3
- Watchers: 12
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Essential JS 2 for TypeScript - Expense Tracker
This expense tracker demo application showcases using several Essential JS 2 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 Essential JS 2 components into your applications.
## Installation
To install the application dependencies, use the following command:
```sh
npm install
```
## Build the application
To Build the application, use the below command,
```sh
npm run build
```
## Run the application
To run the sample in the browser with live reload, use the following command:
```sh
npm run start
```
## Demo
#### https://ej2.syncfusion.com/showcase/typescript/expensetracker/
Check all the showcase samples from here.