jefedcreator / currency-converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency Converter App

A simple and user-friendly currency converter app built with React.js. It uses the Exchange Rates API to fetch the latest exchange rates and allows users to convert between different currencies.

App Screenshot

Table of Contents

Features

  • Simple and easy-to-use interface
  • Real-time currency conversion
  • Supports multiple currencies
  • Utilizes the latest exchange rates

Technologies Used

Installation

  1. Clone the repository:
git clone https://github.com/jefedcreator/currency-converter.git
  1. Navigate to the project folder:
cd currency-converter-app
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Usage

  1. Select the currencies you want to convert from and to.
  2. Enter the amount you want to convert in the appropriate input field.
  3. The converted amount will be displayed in the other input field.

API Reference

This app uses the Exchange Rates API to fetch the latest exchange rates. For more information on the API and its usage, visit https://api.exchangeratesapi.io/.

Acknowledgements

  • App design and layout inspired by various currency converter app examples.
  • Currency conversion logic based on the Exchange Rates API.

About


Languages

Language:JavaScript 58.6%Language:HTML 33.8%Language:CSS 7.6%