A KMP version of this project is available here: JetTaskBoardKMP.
A clone of Android Trello app with adaptive UI built using Jetpack compose. The application is responsive to adapt to a wide range of screen sizes. The demo is shown on a 13.5" inch Freeform emulator.
trello_clone_demo_board.mp4
trello_clone_demo_adaptive.mp4
Tools | Link |
---|---|
🤖 Kotlin | Kotlin |
💚 Jetpack Compose | Jetpack Compose |
🏛 Architecture Components | Android Architecture Components |
💉 Dagger Hilt | Dagger Hilt |
🌐 Material Design | Material Design |
🌊 Coroutines | Kotlin Coroutines |
🪟 Window size classes | Support for different screen sizes |
JetTaskBoard follows the principles of Clean Architecture with Android Architecture Components.
Home | Board | Create Board | Edit Card |
---|---|---|---|
Home | Board | Create Board | Edit Card |
---|---|---|---|
JetTaskBoard is under active development.
This project uses ktlint
Have any questions, doubts or want to present your opinions, views? You're always welcome. You can start discussions.
See our rockstar contributors 😄
- Support it by clicking the ⭐️ button on the upper right of this page. ✌️
MIT License
Copyright (c) 2022 Pushpal Roy
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.