A Compound Interest Calculator built in Quasar Framework with Vue js
Compound Interest Calculator In Quasar
A Compound Interest Calculator built in Quasar Framework with Vue js and inbuilt component of quasar.
It has 3 main components:
- Form options and input elements
- Data table which shows year-wise compound interest
- Chart which shows data visually more appeasing way
Buit Using
- Quasar
- Vue3
- Vue Chart
- Chart js
- Vue Router
Setup Instructions
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Build the app for production
quasar build
Customize the configuration
See Configuring quasar.config.js.