Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnuberbacher/vue-compound-interest-calculator

Single Page VueJS Application. Enter initial principal amount, interest rate, time duration (in months or years), cycles year/month that the interest compounds. Built using Vue2 and TailwindCSS.
https://github.com/johnuberbacher/vue-compound-interest-calculator

javascript js tailwind tailwindcss vue vue-tailwind vue-tailwindcss vue2 vueapp vuejs vuejs2

Last synced: about 8 hours ago
JSON representation

Single Page VueJS Application. Enter initial principal amount, interest rate, time duration (in months or years), cycles year/month that the interest compounds. Built using Vue2 and TailwindCSS.

Awesome Lists containing this project

README

        

## Compound Interest Calculator - Vue JS
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)

Vue practice project. Enter initial principal amount, interest rate, time duration (in months or years), cycles year/month that the interest compounds. Built using Vue2 and TailwindCSS.

### Demo
[https://vue-js-compound-interest-calculator.netlify.app/](https://vue-js-compound-interest-calculator.netlify.app/)

### Screenshot

### Installation

```
git clone https://github.com/johnuberbacher/vue-compound-interest-calculator

npm install

npm start / npm run serve
```

### Meta

John Uberbacher – [johnuberbacher.com](https://johnuberbacher.com)