A modern React application that allows conversion between various types of financial assets, including:
- Fiat currencies (USD, CNY, EUR, JPY, etc.)
- Digital currencies/cryptocurrencies (BTC, ETH, etc.)
- Cross-conversions between different digital currencies
This tool provides real-time exchange rates and a user-friendly interface to quickly convert between any supported currencies.
- Seamless conversion between fiat and digital currencies
- Real-time exchange rate data
- Intuitive and responsive user interface
- Historical rate charts for analysis
- Support for a wide range of currencies
- Node.js (v16 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/currency-converter.git cd crypto-converter
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm start # or yarn start
-
Open your browser and navigate to:
http://localhost:3000
- React
- Axios for API requests
- Chart.js for data visualization
- CSS for styling
This project is licensed under the MIT License - see the LICENSE file for details.