Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.ππ
- Host: GitHub
- URL: https://github.com/kurucoders/vueit
- Owner: KuruCoders
- Created: 2024-02-18T02:14:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T02:58:47.000Z (12 months ago)
- Last Synced: 2024-11-10T15:50:10.365Z (3 months ago)
- Topics: javascript, localstorage, viteapp, vuejs
- Language: Vue
- Homepage: https://vue-it.netlify.app
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```