Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eugenia1984/expense-tracker

An expense tracket mini app tp practice Vue.js
https://github.com/eugenia1984/expense-tracker

css3 html5 javascript vue vue3 vuejs

Last synced: about 2 months ago
JSON representation

An expense tracket mini app tp practice Vue.js

Awesome Lists containing this project

README

        

# Expense Tracker

An expense tracker little app to practice VUE.js version 3 and composition API.

You can:

... add a new transaction

... delete an existing transaction

![image](https://github.com/user-attachments/assets/14e1162d-1e0d-43db-bbaf-7010a3318934)

---

## Technologies:

- html-5--v1 HTML5

- css3 CSS3

- javascript--v1 JavaScript: `const`, `array`, `arrow functions`,`.filter()`, `.reduce()`, `.toFixed()`, `.push()`, `.Math.floor()`, `.Math.random()`, `localStorage` with: `setItem()` and `JSON.stringify()`.

- vuejs Vue.js (version 3 with composition API): `v-for`, `props`, `defineProps`, `ref`, `computed`, `onMounted`, `:class`, `v-model`, `@submit.prevent`, `defineEmit`.

- vue-toastification

---

## Commands:

- Project Setup

```sh
npm install
```

- Compile and Hot-Reload for Development

```sh
npm run dev
```

And see the app locally at: [http://localhost:5173/](http://localhost:5173/)

- Compile and Minify for Production

```sh
npm run build
```

---

## Notes

I appreciate your interest in this repository ⌨️ with ❤️ by [María Eugenia Costa](https://github.com/eugenia1984) 😊 and follow me on [LinkedIn - maria-eugenia-costa](https://www.linkedin.com/in/maria-eugenia-costa/)