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.
- 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.
- CoinMarketCap API - for cryptocurrency exchange rates.
- CurrencyLayer API - for fiat exchange rates.
- 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.
(1) git clone https://github.com/maximdudai/currency-convert.git
(2) cd currency-convert
(3) npm install
(4) npm start
- Open your browser and go to http://localhost:3000 to view the app.