A sleek two-in-one web app featuring a smart calculator 🤖 and real-time currency converter 🌍, built with vanilla JavaScript.
- 🚨 Regex-powered input validation → Blocks invalid math expressions
- 🔄 Real-time evaluation → See results as you type (
2+2=
shows4
instantly) - 🗑️ Smart deletion →
DEL
button removes chars without breaking logic - 🚦 Error prevention → Stops invalid submits like
5+/
- 📱 Custom keypad
- 🌐 160+ currencies with live rates via ExchangeRate-API
- 🔄 One-click swap
↔️ between currencies - 📱 Mobile-friendly keypad → No annoying keyboard popups!
- 📡 Offline-friendly → Shows helpful errors when offline
- 🏷️ Dynamic descriptions → Shows full currency names (USD → US Dollar)
Frontend | API | Magic |
---|---|---|
|  |  |
git clone https://github.com/Obiorakingsley/Currency-Calculator.git
cd currency-calculator
# No dependencies! Just open index.html 🎉