Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johnuberbacher/vue-compound-interest-calculator
- Owner: johnuberbacher
- Created: 2021-10-28T03:29:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T15:11:35.000Z (about 3 years ago)
- Last Synced: 2024-11-15T23:27:54.083Z (2 months ago)
- Topics: javascript, js, tailwind, tailwindcss, vue, vue-tailwind, vue-tailwindcss, vue2, vueapp, vuejs, vuejs2
- Language: Vue
- Homepage: https://vue-js-compound-interest-calculator.netlify.app/
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-calculatornpm install
npm start / npm run serve
```### Meta
John Uberbacher – [johnuberbacher.com](https://johnuberbacher.com)