Welcome to the Simple Length Unit Conversion App repository! This Kotlin-based application focuses on providing quick and easy length unit conversions. Whether you're working with meters, centimeters, feet, or millimeters, this app has got you covered.
Features Length Unit Conversion: The app specializes in converting between meters (m), centimeters (cm), feet (ft), and millimeters (mm).
Real-time Conversion: Get instant results as you type, making the conversion process efficient and seamless.
User-Friendly Interface: The app provides an intuitive and easy-to-use interface for quick length unit conversions.
Dark and Light Modes: Enjoy a comfortable viewing experience with the option to switch between dark and light modes.
To run the Simple Length Unit Conversion App on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/AnimeshNilawar/SimpleUnitConversionApp.git
-
Open the project in your preferred Kotlin development environment (e.g., Android Studio).
-
Build and run the app on an emulator or physical device.
-
Explore the app, perform length unit conversions, and enjoy the simplicity of the interface!
If you'd like to contribute to the development of the Simple Unit Conversion App, follow these guidelines:
#Fork the repository
# Create a new branch for your feature or bug fix
git checkout -b feature-name
# Make your changes and commit them
git commit -m "Add new feature"
# Push your changes to your fork
git push origin feature-name
# Open a pull request to the main repository