Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syed-bilal-haider-engineer/expense-tracker

The Expense Tracker is a mini app designed for managing and tracking expenses. It was built using Vue 3, Vue Toast Notification, and CSS. Testing the complete application flow using the Cypress testing library.
https://github.com/syed-bilal-haider-engineer/expense-tracker

css cypress cypress-tests testing-tools toast-notifications vue vue3

Last synced: 3 days ago
JSON representation

The Expense Tracker is a mini app designed for managing and tracking expenses. It was built using Vue 3, Vue Toast Notification, and CSS. Testing the complete application flow using the Cypress testing library.

Awesome Lists containing this project

README

        

# Vue 3 Expense Tracker

An expense tracker app built with Vue 3 and the composition API.

- Add and remove expenses/income
- Track balance
- Save data to local storage
- Vue-toastification for notifications
- `` syntax (Vue 3.2+)
- Test with the cypress of the application.

<img src="public/screen.png" width="400" />

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

#### License MIT