Using React Native , Real Time Currency Converter App (Fixed Values)
This is a React Native application built using the React Native Paper library. The app allows users to select a source currency and a target currency, enter a value to be converted, and display the converted value.
- Currency Selection: Choose the source and target currencies using radio buttons.
- Currency Conversion: Input a value to convert and display the converted amount.
- Interactive UI: Built with React Native Paper components like TextInput,RadioButton, Button, and more.
- Responsive Design: Supports multiple device sizes.
Prerequisites
- Node.js and npm installed
- React Native environment setup
- Expo CLI installed
- Select Source Currency: Choose the currency you want to convert from (e.g., LKR, USD, GBP).
- Input Value: Enter the amount you want to convert.
- Select Target Currency: Choose the currency you want to convert to (e.g., LKR, USD, GBP).
- Convert: Tap the "Convert" button to view the converted value.
- Result: The converted value is displayed in the result input field.
- react-native: Framework for building native apps.
- react-native-paper: UI components for Material Design.
- react-native-vector-icons: Icons for UI elements.
- expo: Platform for running React Native apps.
- Add API integration for real-time currency conversion rates.
- Improve UI/UX design.
- Add more currency options.