Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kurucoders/vueit

The repo includes a basic expense tracker systemπŸŽ‡πŸ§¨πŸŽ‰ , where users could simply add their incomes and expenses and monitor their balance accordingly. VueJs is used as the client-side approach πŸ‘₯. This simple project uses localStorage as the data storage mechanism.πŸ—ƒπŸ—ƒ
https://github.com/kurucoders/vueit

javascript localstorage viteapp vuejs

Last synced: 29 days ago
JSON representation

The repo includes a basic expense tracker systemπŸŽ‡πŸ§¨πŸŽ‰ , where users could simply add their incomes and expenses and monitor their balance accordingly. VueJs is used as the client-side approach πŸ‘₯. This simple project uses localStorage as the data storage mechanism.πŸ—ƒπŸ—ƒ

Awesome Lists containing this project

README

        

# VueIt
![expenseVue](https://github.com/KuruCoders/VueIt/assets/103739510/6f51ed88-026e-4381-8a1e-89df901eb110)

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Credits

```sh
https://youtu.be/hNPwdOZ3qFU?si=l0gcoNaEkiH-heai
```