Skip to content

SwarajThakre/globexrates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 GlobexRates

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.


🚀 Features

  • 💱 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

🛠️ Built With

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • REST API
  • Fetch API

📸 Screenshots

Homepage

GlobexRates Homepage

Currency Converter

GlobexRates Converter


🔗 Live Demo

🌐 Live Website: https://globexrates.netlify.app 📂 GitHub Repo: https://github.com/SwarajThakre/globexrates


⚙️ How It Works

  1. The application fetches real-time currency data from a public Exchange Rate API.
  2. Users can select a base currency and a target currency.
  3. Enter the amount to convert.
  4. The application calculates and displays the converted value instantly.

📂 Project Structure

globexrates
│
├── index.html
├── converter.html
├── style.css
├── js
│   ├── config.js
│   └── script.js
├── screenshot
│   ├── homepage.png
│   └── converter.png
└── README.md

Add New File in js/config.js and in that file add your API Key and API Url

📦 Installation

If you want to run this project locally:

git clone https://github.com/SwarajThakre/globexrates.git
cd globexrates

Then open index.html in your browser.


📚 Learning Purpose

This project was built to practice:

  • Working with REST APIs
  • Handling asynchronous JavaScript
  • DOM manipulation
  • Building responsive UI

👨‍💻 Author

Swaraj Thakre


⭐ If you like this project, feel free to star the repository!

About

Live currency rates and real-time currency converter built with JavaScript and REST APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors