Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitalegi/budget-buddy

PWA to handle personal finance without a hassle
https://github.com/vitalegi/budget-buddy

budgeting pwa

Last synced: 1 day ago
JSON representation

PWA to handle personal finance without a hassle

Awesome Lists containing this project

README

        

# Budget Buddy

Budget utility PWA developed with speed, portability and offline mode features in mind.

No advertisements or tracking cookies.

## Install the dependencies

```bash
yarn
# or
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
quasar dev -m pwa
```

### Lint the files

```bash
yarn lint
# or
npm run lint
```

### Format the files

```bash
yarn format
# or
npm run format
```

### Build the app for production

```bash
quasar build -m pwa
```

### Customize the configuration

See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).