/ToDo

The ToDo App is a simple application designed to help users manage daily tasks efficiently. With a clean, user-friendly interface, it allows users to create, view, edit, and delete tasks effortlessly. Built using Swift and MVVM architecture, it supports dark and light themes with custom fonts for a personalized experience

Primary LanguageSwift

ToDo

The ToDo App is a simple application designed to help users manage daily tasks efficiently. With a clean, user-friendly interface, it allows users to create, view, edit, and delete tasks effortlessly. Built using Swift and MVVM architecture, it supports dark and light themes with custom fonts for a personalized experience

Table of contents

Features

  • Create Tasks: Easily add new tasks with a title and description.
  • Update Tasks: Modify existing tasks to keep your list up-to-date.
  • Delete Tasks: Remove tasks that are no longer needed.
  • Mark Tasks as Completed: Track which tasks are done.
  • Search Tasks: Quickly find tasks by keyword.
  • Sort Tasks: Organize tasks by name, date, or priority.
  • Dark and Light Theme Support: Switch between dark and light themes for better visibility and preference.
  • Weather Data: View current weather data alongside your tasks.
  • Orientation Support: Works seamlessly in both portrait and landscape orientations.
  • Persistent Storage: Tasks are saved and retrieved even after closing the app.

Technologies Used

  • Swift
  • MVVM Architecture
  • UIKit
  • Core Data

Requirements

  • UiKit
  • iOS 14.0 or above

Installation

ToDo does not require any third party libraries. So you can clone it and run it

Images

Home Screen Light Theme Home Screen Dark Theme
Create Screen Light Theme Create Screen Dark Theme
Completed Screen Light Theme Completed Screen Dark Theme

License

ToDo is under the terms and conditions of the MIT license.

MIT License

Copyright (c) 2024 Vishnu K

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.