Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khan-mujeeb/compose-calculator

sample app for learning jetpack compose
https://github.com/khan-mujeeb/compose-calculator

calculator-application jetpack-compose kotlin

Last synced: about 2 months ago
JSON representation

sample app for learning jetpack compose

Awesome Lists containing this project

README

        

# 🖩 Calculator (jetpack compose)

Compose Calculator is a simple app for Arthimetic Calculaton made using **Jetpack Compose** 🚀.

### 📱 Preview

### Screenshot
| Light Mode | Dark Mode |
|------------|-----------|
|||

## Built with

- [Kotlin](kotlinlang.org): Programming language
- [Jetpack Compose](https://developer.android.com/jetpack/compose?gclid=Cj0KCQjwu-KiBhCsARIsAPztUF0JEddsXjBaD9jf-5dGDbb3tLmRzhoXwZyIC42WKleMYNbh3zP4TsUaAk0dEALw_wcB&gclsrc=aw.ds): For creatinng decleartive UI in kotlin..

## TODOs

Currently, It is only able to do basic operation like additon, substraction, divison, multiplication. The following features will be
integrated in the app and _Work is in Progress..._

### ✅ Completed
- [x] Home screen UI
- [x] Dark/Light mode
- [x] basic calculation

### 🚧 Work in progress

- [ ] Advance Calculation
- [ ] Unit Conversion

### License
```
Copyright [2023] [Mujeeb Khan]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

```