Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.