Skip to content

Rishika3D/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’± Currency Converter

A slick and fast Currency Converter app built with vanilla JavaScript, HTML, and CSS β€” no frameworks, no fluff.
It fetches real-time exchange rates and provides instant conversion between global currencies.


🌐 Live Demo

▢️ Try it here


βš™οΈ Features

  • 🌍 Supports multiple global currencies
  • πŸ”„ Real-time exchange rates
  • 🧠 Intelligent defaults: USD ➑ INR
  • πŸ“‰ Fetches latest rates via free public API
  • πŸ’‘ Dynamic DOM updates (no page reloads)
  • πŸ’» Fully front-end: no backend required
  • 🧼 Clean UI and readable codebase

πŸ› οΈ Tech Stack

  • HTML5
  • CSS3 (Vanilla)
  • JavaScript (ES6+)
  • ExchangeRate API or similar (you can plug in your own)

πŸ“ Project Structure

CurrencyConverter/
β”œβ”€β”€ index.html        # Main app file (was api.html)
β”œβ”€β”€ api.css           # Styling rules
β”œβ”€β”€ api.js            # Fetch + DOM logic
└── country.js        # Currency-country map

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published