Skip to content

Kozioleczek/capra-exchange

Repository files navigation

JustExchange - simple Vue 3 SPA to ccomparing exchange rates

Main screen of app

The application is used to compare currency rates based on the API https://www.currencyconverterapi.com/. In addition to the current rate, the user can view historical data from 8 days back.The application has a night mode.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint