Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/syed-bilal-haider-engineer/expense-tracker
- Owner: Syed-Bilal-Haider-Engineer
- Created: 2024-10-11T23:32:55.000Z (3 months ago)
- Default Branch: expense
- Last Pushed: 2024-10-17T13:59:13.000Z (3 months ago)
- Last Synced: 2024-10-19T13:49:37.777Z (3 months ago)
- Topics: css, cypress, cypress-tests, testing-tools, toast-notifications, vue, vue3
- Language: Vue
- Homepage: https://bespoke-churros-46ab1a.netlify.app/
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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