/currency_exchange_calculator

The currency exchange calculator implemented in Java programming language and powered by NBP API is capable of converting currency values between PLN and GBP in its present version.

Primary LanguageJava

Currency exchange calculator

Table of Contents

Introduction

The currency exchange calculator implemented in Java programming language and powered by NBP API is capable of converting currency values between PLN and GBP in its present version.

Technologies

  • Java
  • Spring Boot
  • Thymeleaf
  • Lombok
  • CSS
  • HTML5
  • JavaScript

How to run

To run this project, you need an IDE that has JDK version 11 or higher configured.

The first step you need to take is to download this project as a zip file and unzip it in any directory. If you are using Intellij, turn on the IDE, and then after pressing the "Open" button, select the folder where the downloaded program is located. If the Maven project doesn't import automatically, check for a message in the lower right corner with an "Import" button with which you can import the maven project. The last step you need to take is to run CurrencyExchangeCalculatorApplication as a java application.

If the process of running the application goes correctly in the console, we should get the following logs:

image

To use the application, type localhost:8080 into your browser.

User documentation

Main page

image

Conversion of GBP to PLN

image

Conversion of PLN to GBP

image

Message after user enters negative value

image