Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.06 KB

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)