Skip to content

NoteIt is a complete Kotlin-stack (Backend Android) πŸ“± application built to demonstrate the use of Modern development tools with best practices implementation ✨.

License

Notifications You must be signed in to change notification settings

aashishtathod/NoteIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

NoteIt πŸ–ŠοΈ

NoteIt 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 ❀️.

πŸ’‘ About the Project

This project includes two subprojects:

πŸ”Ή NoteIt API

This is a REST API built using Ktor Framework deployed on Railway.
Navigate to /noteit-api directory to browse and know more about Noty API project.

This is an Android application which uses NoteIt REST API. It has application UI implementation using traditional Android's Navigation Architecture as well as modern Jetpack πŸš€ Compose UI.
Navigate to /noteit-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.

Want to discuss? πŸ’¬

License

MIT License

Copyright (c) 2023 Aashishkumar Tathod

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.