Skip to content

Shreyaskulkarni56/-Real-time-Currency-Convertor-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Currency Converter – Phase 1: UI Design & API Integration

πŸ“Œ Project Overview

This project is a responsive currency converter web application.
In Phase 1, the focus is on:

  • Designing a simple, intuitive User Interface.
  • Integrating a public currency exchange API to fetch real-time exchange rates.
  • Implementing conversion logic to calculate and display results instantly.
  • Validating user input to ensure smooth and error-free interaction.
  • Testing conversion across major currencies (e.g., USD, EUR, INR, GBP, JPY).

πŸš€ Features

  • Responsive UI with clean design.
  • Input fields for:
    • Amount
    • From Currency
    • To Currency
  • Real-time conversion using live exchange rates.
  • Input validation to prevent errors.
  • Basic cross-currency testing support.

πŸ› οΈ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • API: ExchangeRate API (free, public)
  • Tools: Git, VS Code (recommended)

Clone the Repository bash git clone https://github.com/your-username/currency-converter.git cd currency-converter

🌍 API Integration

We are using ExchangeRate API to fetch the latest currency rates.

Base URL:

https://api.exchangerate-api.com/v4/latest/USD

Returns exchange rates relative to USD.

The app uses these rates to perform conversion calculations.

πŸš€ Deployment

Deployed on Netlify/Vercel: πŸ‘‰ [Live Demo Link] (https://crrency.netlify.app/)

About

Currency Exchange App that displays real-time currency rates using API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors