Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.77 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.77 KB

Task Manager App

Overview

This is a Task Manager application built with Kotlin Multiplatform. It supports Android and iOS platforms and allows users to manage their tasks effectively. The app features task creation, editing, deletion, and completion tracking. It also includes biometric authentication and haptic feedback for enhanced user experience.

Features

  • Task Management

    • Add new tasks
    • Edit existing tasks
    • Delete tasks
    • Mark tasks as completed
  • User Interface

    • Beautiful and responsive UI using Jetpack Compose for Android and SwiftUI for iOS
    • Haptic feedback on task completion
    • Biometric authentication (fingerprint or face recognition)

APP LINK

Download the app

Screenshots

Android

  • Start Start

  • Home Home

  • Dashboard Dashboard

  • Profile Profile

  • Add and update Add and update task

Getting Started

Prerequisites

  • Kotlin: Ensure you have Kotlin 1.8 or higher installed.
  • Android Studio: For Android development.
  • Xcode: For iOS development.

Setup

  1. Clone the Repository

    git clone https://github.com/sudhanshuGt/KMP-Taskapp.git