An open API service indexing awesome lists of open source software.

https://github.com/syncfusion/ej2-showcase-angular-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-angular-expensetracker

Last synced: about 2 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.

Awesome Lists containing this project

README

          

# Essential JS 2 for Angular - 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.

## Deployment

### Install

To install all dependent packages, use the below command

```
npm install
```

### Run

To run the sample, use the below command

```
ng serve
```

## Demo

#### https://ej2.syncfusion.com/showcase/angular/expensetracker/

Check all the showcase samples from here.