Skip to content

bbulakh/currency-converter

Repository files navigation

Currency converter

Simple currency converter built with HTML, CSS and JS, using Open Exchange Rates API
MIT licensed - free for personal and commercial use.

Templates Preview

Mobile
Current.cy Mobile preview
Desktop
Current.cy desktop preview

Getting started

  1. Clone the project
git clone https://github.com/bbulakh/currency-converter.git
  1. Install the dependencies:
npm install
  1. Run the project
# Start server
npm run start

# or Build
npm run build

Live demo

Check the live demo here: https://currency-converter-demo.vercel.app/

License

The MIT License (MIT)

Releases

No releases published

Packages

No packages published