Create a currency converter application interface that fetches real-time exchange rate data from an API, allows users to view currency rate history, and provides simple UI customization options.
- Install dependencies:
npm install - Start the application:
npm start
https://react-currency-converter-omega.vercel.app/
- React
- TypeScript
- Effector.js
- CSS Modules
- Real-time currency data is fetched using Free Currency API.
- The app interface is fully responsive and optimized for mobile devices.
- Recharts is used to display historical currency rate charts.
