Skip to content

Simple website with two main functions: BMI (Body Mass Index) calculator and a currency converter that uses the NBP API to convert PLN to various other currencies.

License

Notifications You must be signed in to change notification settings

bascioTOja/bmi-currency_calculators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI & Currency calculators

Overview

This repository contains a simple website with two main functions: BMI (Body Mass Index) calculator, and a currency converter converts PLN to various other currencies. The currency conversion rates are fetched from the NBP (National Bank of Poland) API. The web application is written in Vue 3 and localized in Polish.

Live Demo

Live version here: BMI & Currency calculators

Screenshots

BMI Calculator Tab

BMI Calculator Tab screenshot

Currency Converter Tab

Currency Converter Tab screenshot

Features

  • BMI Calculator: This tool allows users to enter their weight, height, gender and age to calculate their Body Mass Index. After providing the necessary information, the BMI is displayed numerically and positioned within a BMI range scale to help users better understand their result in the context of health standards.
  • Currency Converter: This feature allows users to convert amounts from PLN to various other currencies. Up-to-date exchange rates get directly from the NBP (National Bank of Poland) API.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

API Reference

This application uses the NBP API to retrieve currency exchange rates. You can learn more about the API here.

Localization

The site is entirely in Polish because I study in Polish :}

About

Simple website with two main functions: BMI (Body Mass Index) calculator and a currency converter that uses the NBP API to convert PLN to various other currencies.

Topics

Resources

License

Stars

Watchers

Forks