kozmoz / bitcoinconverter-vue3

Vue 3 TypeScript project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Converter written in Vue.js 3 TypeScript

Todo: Create new blog post.

The following tools/frameworks are used:

  • Vue.js - frontend framework
  • Bootstrap - for styling

Getting Started

The source code is hosted at GitHub.

The following Git command wil clone the project and download the sources to the local machine.

$ git clone https://github.com/kozmoz/bitcoinconverter-vue3.git 

Prerequisites

The only requirements are node and npm.

Installing

To get the required dependencies, issue the following npm command:

$ npm install

Now start serving the app and open the following URL in the browser: http://localhost:3000/

$ npm run dev

Built With

  • Vue.js 3.0 - The Progressive JavaScript Framework
  • Vue I18n 9.0 - Vue I18n is internationalization plugin for Vue.js
  • Vue Vite 1.1 - Build tool that aims to provide a faster and leaner development experience
  • Bootstrap 4.6 – Responsive, mobile-first front-end component library
  • Coindesk API - CoinDesk Bitcoin Price Index API

All variants of this Bitcoin converter application, sorted from new to old:

  • 2023 - React TypeScript Bitcoin converter application src
  • 2021 - Vue 3 TypeScript Bitcoin converter application blog src demo
  • 2020 - Vue.js - part 2 - Bitcoin converter application blog src demo
  • 2019 - Vue.js - part 1 - Bitcoin converter application blog src demo
  • 2017 - Angular Bitcoin converter application [blog] src demo
  • 2013 - AngularJS Bitcoin converter application blog src demo
  • 2013 - Backbone Bitcoin converter application blog src demo

This README.md is based on a template from: https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

About

Vue 3 TypeScript project


Languages

Language:Vue 69.0%Language:TypeScript 29.0%Language:HTML 2.0%