Skip to content

vedanshi009/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

A small React app that lets us convert between currencies using live exchange rates.

Features

  • Choose any two currencies and enter an amount
  • Fetches up-to-date rates from an online API
  • Supports typing in either “from” or “to” box
  • Responsive layout for desktop and mobile

Tech Stack

  • React (with Hooks)
  • JavaScript
  • CSS (Flexbox)
  • ExchangeRatesAPI: To fetch live currency exchange rates

Getting Started

Follow these steps to get a local copy of the project up and running on your machine:

  1. Clone the repository:
    git clone [https://github.com/YourGitHubUsername/currency-converter.git](https://github.com/YourGitHubUsername/currency-converter.git)
    (Remember to replace YourGitHubUsername/currency-converter.git with your actual repository link!)
  2. Navigate to the project directory:
    cd currency-converter
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start
    This will open the app in your browser (usually at http://localhost:3000).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors