https://github.com/zikju/time-to-money-calculator
This handy application makes it easy for any freelancer to calculate his or her total earnings based on the number of hours and minutes worked.
https://github.com/zikju/time-to-money-calculator
application bex calculator extension-chrome quasar-framework ready-for-use spa typescript vue3 vuejs
Last synced: 6 months ago
JSON representation
This handy application makes it easy for any freelancer to calculate his or her total earnings based on the number of hours and minutes worked.
- Host: GitHub
- URL: https://github.com/zikju/time-to-money-calculator
- Owner: zikju
- Created: 2024-06-11T19:52:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T13:39:21.000Z (10 months ago)
- Last Synced: 2024-10-24T21:56:08.429Z (8 months ago)
- Topics: application, bex, calculator, extension-chrome, quasar-framework, ready-for-use, spa, typescript, vue3, vuejs
- Language: Vue
- Homepage: https://time2money.zq.lt
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* [Time to Money Calculator](#time-to-money-calculator)
* [Screenshots](#screenshots)
* [Live-examples](#live-examples)
* [SPA Web](#spa-web)
* [Chrome Browser Extension](#chrome-browser-extension)
* [Magic under the hood](#magic-under-the-hood)
* [Installation](#installation)
* [Clone this repository](#clone-this-repository)
* [Install the dependencies](#install-the-dependencies)
* [Development](#development)
* [Single Page Application](#single-page-application)
* [Chrome Browser Extension](#chrome-browser-extension-1)
* [Build](#build)
* [Single Page Application](#single-page-application-1)
* [Chrome Browser Extension](#chrome-browser-extension-2)---
# Time to Money Calculator
This web-application allows users to easily calculate their total earnings based on the number of hours and minutes worked.
# Screenshots
|  |  |
|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|# Live-examples
### SPA Web
- [https://time2money.zq.lt](https://time2money.zq.lt/#/)### Chrome Browser Extension
- [Time to Money Calculator](https://chromewebstore.google.com/detail/time-to-money-calculator/hmlelnagnhidpaifchocofnbikmpipmb?hl=en)---
# Magic under the hood
- [Quasar Framework](https://github.com/quasarframework/quasar)
- Vue 3
- TypeScript
- ESLint (Standard)
- Pinia
- [VueUse](https://vueuse.org/)
- useStorage()# Installation
### Clone this repository
```bash
git clone https://github.com/zikju/time-to-money-calculator
```### Install the dependencies
```bash
yarn
# or
npm install
```
---
# Development
### Single Page Application
```bash
quasar dev -m spa
```
### Chrome Browser Extension
```bash
quasar dev -m bex
```
[Read more](https://quasar.dev/quasar-cli-webpack/developing-browser-extensions/build-commands) about Browser Extension development @ Quasar Framework page---
# Build
### Single Page Application
```bash
quasar build -m spa
```
### Chrome Browser Extension
```bash
quasar build -m bex
```