Skip to content

A simple SwiftUI To-Do List app allows users to manage tasks with local data storage using Core Data. It supports CRUD operations: adding, editing, deleting, and marking tasks as completed. Tasks are saved locally, ensuring data persistence even after the app is closed. The user interface is clean and responsive, making task management easy.

Notifications You must be signed in to change notification settings

Srishti1246/ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List App

This SwiftUI To-Do List app helps users manage their daily tasks.

Features

Local Data Storage: Persistent storage using Core Data.

CRUD Operations: Functions to add, edit, delete, and mark tasks as completed.

User Interface: A clean, responsive SwiftUI interface for seamless task management.

How to Run the Project

  1. Clone the Repository:
git clone https://github.com/Srishti1246/ToDoApp.git
  1. Open the Project - Navigate to the project directory and open it in Xcode:
cd ToDoApp
open ToDoApp.xcodeproj

Video Demonstration

Watch a demonstration of the app's functionality here: https://youtu.be/33rBSaOrErM

About

A simple SwiftUI To-Do List app allows users to manage tasks with local data storage using Core Data. It supports CRUD operations: adding, editing, deleting, and marking tasks as completed. Tasks are saved locally, ensuring data persistence even after the app is closed. The user interface is clean and responsive, making task management easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages