-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
A Basic Unit Converter allows users to input values and convert between common units, such as temperature (Celsius to Fahrenheit), distance (miles to kilometers), or weight (pounds to kilograms). The user enters a value into an input field, selects the desired conversion type (e.g., temperature, distance, weight), and presses a "Convert" button. The app then performs the conversion and displays the result below.
Use Case
The Basic Unit Converter makes the project more useful by helping users quickly convert units like temperature or distance. It adds simple input handling and instant results.
Benefits
It encourages user engagement with simple input handling and offers developers hands-on experience with state management and mathematical calculations in React Native.
Add ScreenShots
No response
Priority
High
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I want to work on this issue