Ecosyste.ms: Awesome

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

https://github.com/PatilShreyas/NotyKT

📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.
https://github.com/PatilShreyas/NotyKT

android api backend coroutines coroutines-android dependency-injection flow hacktoberfest hilt-android jetpack-compose kotlin ktor mvvm-android mvvm-architecture navigation-architecture-component rest-api retrofit2 testing viewbinding

Last synced: 3 days ago
JSON representation

📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.

Lists

README

        

![](art/GitHubPreview.png)

# NotyKT 🖊️

![Build (API)](https://github.com/PatilShreyas/NotyKT/workflows/Build%20(API)/badge.svg)
![Build (Android)](https://github.com/PatilShreyas/NotyKT/workflows/Build%20(Android)/badge.svg)
![Release](https://github.com/PatilShreyas/NotyKT/workflows/Release/badge.svg)

[![GitHub license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23473-2CA3E6.svg?style=flat)](http://androidweekly.net/issues/issue-473)
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)

**NotyKT** is the complete Kotlin-stack note taking 🖊️ application 📱 built to demonstrate a use of Kotlin programming language in *server-side* and *Modern Android development* tools. Dedicated to all Android Developers with ❤️.

***You can Install and test latest NotyKT Android app from below 👇***

[![Noty Simple App](https://img.shields.io/github/v/release/patilshreyas/notykt?color=7885FF&label=Simple%20App&logo=android&style=for-the-badge)](https://github.com/patilshreyas/notykt/releases/latest/download/noty-android-simple.apk)
[![Noty Compose App](https://img.shields.io/github/v/release/patilshreyas/notykt?color=7885FF&label=Compose%20App&logo=android&style=for-the-badge)](https://github.com/patilshreyas/notykt/releases/latest/download/noty-android-compose.apk)

## 📄 Project Documentation

[_**Visit the documentation of this project**_](https://patilshreyas.github.io/NotyKT/) to get more information in detail.

## 💡 About the Project

This project includes two subprojects:

### 🔹 [Noty API](/noty-api)

This is a *REST API* built using Ktor Framework deployed on *Heroku*.
Navigate to [`/noty-api`](/noty-api) directory to browse and know more about Noty API project.

### 🔹 [Noty Android Application](/noty-android)

This is an Android application which uses *Noty REST API*. It has application UI implementation using traditional *Android's Navigation Architecture* as well as modern *Jetpack 🚀 Compose UI*.
Navigate to [`/noty-android`](/noty-android) directory to browse and know more about Noty Android project.

## Want to Contribute 🙋‍♂️?

Awesome! If you want to contribute to this project, you're always welcome! See [Contributing Guidelines](CONTRIBUTING.md). You can also take a look at [NotyKT's Project Status Tracker](https://github.com/PatilShreyas/NotyKT/projects/1) for getting more information about current or upcoming tasks.

## Want to discuss? 💬

Have any questions, doubts or want to present your opinions, views? You're always welcome. You can [start discussions](https://github.com/PatilShreyas/NotyKT/discussions).

## Contributors

See our rockstar contributors :smile:

[![NotyKT Contributors](https://contrib.rocks/image?repo=PatilShreyas/NotyKT)](https://github.com/PatilShreyas/NotyKT/graphs/contributors)

_The beautiful UI of the application has been designed and developed by [Spikey Sanju](https://github.com/Spikeysanju)_

## License

```
Copyright 2020 Shreyas Patil

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.
```