https://github.com/nirjan-dev/smartspend
https://github.com/nirjan-dev/smartspend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nirjan-dev/smartspend
- Owner: nirjan-dev
- Created: 2023-02-18T05:16:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T05:56:16.000Z (10 months ago)
- Last Synced: 2025-01-17T03:16:28.335Z (5 months ago)
- Language: Vue
- Homepage: https://smart-spend.vercel.app
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SmartSpend (smart-spend)
An app built to control spending and impulse buys developed by Nirjan Khadka
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### 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
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).