Frame - A minimalistic Tasks app available for Web and Android featuring realtime sync.
Frame.mp4
- Android SDK API 30
- Material Design 3
- Kotlin
- Clean MVVM Architecture
- Firebase (Auth and RTDB)
- Navigation Component & ktx
- Coil Image Loading Library
- Lottie
- Clone the repo
git clone https://github.com/sanskar10100/Frame
- Create a Firebase project and a rtdb with the following hierarchy:
users
|
<firebase uid>...
|
<auto-generated task id>...
|
item: String,
timestamp: Long (epoch)
status: String {pending, compeleted}
- Add google-services.json to app directory and build.