Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Expense Tracker | Frontend

Final project for Advanced JavaScript College Course


Vue
TypeScript
Vite

---

- 🌻️ [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]
```