Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msvalandro/unitconverter
Unit Converter is an Android mobile application built using Kotlin and Jetpack Compose. The app allows users to easily convert between units of measurement, such as centimeters, meters, feet, and millimeters.
https://github.com/msvalandro/unitconverter
jetpack-compose kotlin
Last synced: about 2 months ago
JSON representation
Unit Converter is an Android mobile application built using Kotlin and Jetpack Compose. The app allows users to easily convert between units of measurement, such as centimeters, meters, feet, and millimeters.
- Host: GitHub
- URL: https://github.com/msvalandro/unitconverter
- Owner: msvalandro
- License: mit
- Created: 2024-09-11T19:03:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:29:00.000Z (5 months ago)
- Last Synced: 2024-12-18T23:43:39.549Z (about 2 months ago)
- Topics: jetpack-compose, kotlin
- Language: Kotlin
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📏 Unit Converter
**Unit Converter** is an Android mobile application built using Kotlin and Jetpack Compose. The app allows users to easily convert between units of measurement, such as centimeters, meters, feet, and millimeters.
This project is part of my learning journey in the course **The Complete Android 14 & Kotlin Development Masterclass** by [Tutorials.eu (Denis Panjuta)](https://tutorials.eu/).
## 🛠️ Technologies Used
- **Kotlin**: Main programming language for Android development.
- **Jetpack Compose**: For building modern UI with less code and more flexibility.
- **Android Studio**: The integrated development environment (IDE) used for the project.## 🚀 Getting Started
Follow these steps to set up and run the app on your local environment.
### Prerequisites
- Android Studio (latest version)
- OpenJDK 17.0.12 or higher
- Android device or emulator with API level 21 or higher### Installation
1. Clone the repository:
```sh
git clone https://github.com/msvalandro/UnitConverter.git
cd UnitConverter
```2. Open the project in **Android Studio**.
3. Build and run the project:
- **For emulator**: Press `Run` in Android Studio or use the shortcut `Shift + F10`.
- **For physical device**: Connect your Android device and enable developer mode, then press `Run`.## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
---
This project was developed as part of the **The Complete Android 14 & Kotlin Development Masterclass** course.