GlobexRates is a responsive web application that provides live currency exchange rates and real-time currency conversion using public REST APIs. The application allows users to view the latest global currency rates and convert between different currencies instantly.
- 💱 Live Currency Exchange Rates
- 🔄 Real-Time Currency Converter
- 🌐 Supports Multiple Global Currencies
- 📊 Displays all available currency rates
- 🔁 Manual refresh to update the latest rates
- 📱 Fully responsive design for mobile and desktop
- HTML5
- CSS3
- JavaScript (ES6+)
- REST API
- Fetch API
🌐 Live Website: https://globexrates.netlify.app 📂 GitHub Repo: https://github.com/SwarajThakre/globexrates
- The application fetches real-time currency data from a public Exchange Rate API.
- Users can select a base currency and a target currency.
- Enter the amount to convert.
- The application calculates and displays the converted value instantly.
globexrates
│
├── index.html
├── converter.html
├── style.css
├── js
│ ├── config.js
│ └── script.js
├── screenshot
│ ├── homepage.png
│ └── converter.png
└── README.md
If you want to run this project locally:
git clone https://github.com/SwarajThakre/globexrates.git
cd globexratesThen open index.html in your browser.
This project was built to practice:
- Working with REST APIs
- Handling asynchronous JavaScript
- DOM manipulation
- Building responsive UI
Swaraj Thakre
- GitHub: https://github.com/SwarajThakre
- LinkedIn: https://www.linkedin.com/in/swaraj-thakre2629/
- Portfolio: https://swarajthakre26.netlify.app
⭐ If you like this project, feel free to star the repository!

