Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matijaoe/expenses-frontend
💶 Yet another expense tracker
https://github.com/matijaoe/expenses-frontend
composition-api element-ui pinia tailwindcss typescript unocss vite vitesse vue
Last synced: 3 months ago
JSON representation
💶 Yet another expense tracker
- Host: GitHub
- URL: https://github.com/matijaoe/expenses-frontend
- Owner: matijaoe
- License: mit
- Created: 2022-02-11T22:50:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T11:32:38.000Z (about 2 years ago)
- Last Synced: 2023-07-15T15:17:14.643Z (over 1 year ago)
- Topics: composition-api, element-ui, pinia, tailwindcss, typescript, unocss, vite, vitesse, vue
- Language: Vue
- Homepage: https://expenses-frontend-five.vercel.app/login
- Size: 386 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expense Tracker | Frontend
Final project for Advanced JavaScript College Course
![]()
![]()
![]()
---
- 🌻️ [Live Demo](https://expenses-frontend-five.vercel.app/)
- 🧱️ [Node Backend Repo](https://github.com/mat2ja/expenses-backend)![image](https://user-images.githubusercontent.com/46557266/164997397-22c65a82-553d-4f13-a33a-589f542c4a5e.png)
![image](https://user-images.githubusercontent.com/46557266/164997394-477eaeaf-64b2-42ba-8b9a-6bcca6ed4f45.png)
![image](https://user-images.githubusercontent.com/46557266/164997432-2f74395f-4eab-4c49-afdb-d1b50a394721.png)
![image](https://user-images.githubusercontent.com/46557266/164997459-3fe121e6-5e5f-4f8d-8c92-ee8ea8d7f7ca.png)
---## Running locally
```bash
# install dependencies
$ pnpm install# serve with hot reload
$ pnpm dev# build for production and launch server
$ pnpm build
$ pnpm preview
```## Environment variables
```bash
# .env
VITE_API_URL=https://npjs-expenses-backend-eu.herokuapp.com/api or localhost:5000/api
VITE_CURRENCY_API_KEY=[your-api-key]
```