Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitalegi/budget-buddy
- Owner: vitalegi
- Created: 2024-10-03T19:17:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-11T00:35:57.000Z (4 days ago)
- Last Synced: 2024-11-11T01:25:22.970Z (4 days ago)
- Topics: budgeting, pwa
- Language: TypeScript
- Homepage: https://buddybudget.netlify.app/
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Roadmap: ROADMAP.md
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).