Simple currency converter built with HTML, CSS and JS, using Open Exchange Rates API
MIT licensed - free for personal and commercial use.
- Clone the project
git clone https://github.com/bbulakh/currency-converter.git
- Install the dependencies:
npm install
- Run the project
# Start server
npm run start
# or Build
npm run build
Check the live demo here: https://currency-converter-demo.vercel.app/