Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 2.43 KB

README.md

File metadata and controls

89 lines (69 loc) · 2.43 KB

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

Screenshot (Dark Version) Screenshot (Dark Version)

Live-examples

SPA Web

Chrome Browser Extension


Magic under the hood

Installation

Clone this repository

git clone https://github.com/zikju/time-to-money-calculator

Install the dependencies

yarn
# or
npm install

Development

Single Page Application

quasar dev -m spa

Chrome Browser Extension

quasar dev -m bex

Read more about Browser Extension development @ Quasar Framework page


Build

Single Page Application

quasar build -m spa

Chrome Browser Extension

quasar build -m bex