Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.57 KB

README.md

File metadata and controls

67 lines (49 loc) · 2.57 KB

To Do Application

Welcome to the To Do Application project! This application allows you to manage your tasks and to-do items effectively. Keep track of your daily tasks, organize them, and stay productive.

Features

  • Create new tasks with titles, descriptions, dates, and priorities.
  • View a list of all your tasks with their relevant details.
  • Edit and update existing tasks as needed.
  • Delete tasks that are completed or no longer relevant.
  • Set priorities for tasks to manage them more effectively.
  • Search and filter tasks to quickly find what you're looking for.
  • Receive reminders and notifications for important tasks.
  • Secure user authentication to protect your task data.

Screenshots

Coding

Coding

Getting Started

  1. Clone the repository: git clone https://github.com/rajkishorbgp/TWSIP_To_Do_Application.git
  2. Navigate to the project directory: cd todo-app
  3. Install dependencies: npm install
  4. Run the application: npm start

Technologies Used

  • Kotlin
  • Android Studio
  • Room Database
  • ViewModel
  • LiveData
  • RecyclerView

Contributing

Contributions are welcome! If you have suggestions or improvements, please open an issue or create a pull request.

License

This project is licensed under the MIT License.

MIT License

Copyright (c) 2023 rajkishorbgp

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.