Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.45 KB

Exchange Money - Preview

Exchange App is a web application that allows users to exchange money and cryptocurrencies using exchange rates from the CoinMarketCap and CurrencyLayer APIs. The app is built using React and Tailwind CSS and utilizes React Icons for icons and Axios for API consumption.

Features

  • Exchange money between different fiat currencies (ex: EUR to USD).
  • Exchange cryptocurrencies between different cryptocurrencies (ex: BTC to ETH).
  • Get up-to-date exchange rates from the CoinMarketCap and CurrencyLayer APIs.
  • Responsive design for desktop and mobile devices.

APIs

Libraries Used

  • React - JavaScript library for building user interfaces.
  • Tailwind CSS - A utility-first CSS framework for rapid UI development.
  • React Icons - A collection of popular icons made as React components.
  • Axios - Promise-based HTTP client for the browser and Node.js.

Installation

(1) git clone https://github.com/maximdudai/currency-convert.git
(2) cd currency-convert
(3) npm install
(4) npm start