ToDo List App

? About

A simple To-Do List Management App that helps you get things done. Built with Kotlin, it helps the user to add their task. User can mark an added task as completed . They can delete the completed task or all added task as they wish. It saves the data in local database using Room.

✨ Screenshots







? Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Android Studio
  • Java JDK

? Libraries used

  • Kotlin – First class and official programming language for Android development.
  • Coroutines – For asynchronous and more..
  • Room – SQLite object mapping library.
  • RecyclerView – Display large sets of data in your UI while minimizing memory usage.
  • Material Components for Android – Modular and customizable Material Design UI components for Android.
  • ViewBinding – Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.

? Build and Run Application

Follow this steps to get Working Project!

1. Clone this repository or download file
2. Extract zip if downloaded code
3. Open project in Android Studio
4. Wait while Android Studio Download gradle or required files
5. Hit Run Button !

? How to Contribute

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

GitHub

View Github