https://github.com/diggosilva/todolist
A Swift iOS ToDoList app. A very simple application built solely for study purposes using UserDefaults.
https://github.com/diggosilva/todolist
ios swift uikit unittest userdefaults xcode
Last synced: about 2 months ago
JSON representation
A Swift iOS ToDoList app. A very simple application built solely for study purposes using UserDefaults.
- Host: GitHub
- URL: https://github.com/diggosilva/todolist
- Owner: diggosilva
- Created: 2025-02-26T12:49:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T11:56:32.000Z (over 1 year ago)
- Last Synced: 2025-12-27T13:16:11.715Z (6 months ago)
- Topics: ios, swift, uikit, unittest, userdefaults, xcode
- Language: Swift
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoList
A Swift iOS ToDoList app. A very simple application built solely for study purposes using UserDefaults.
## Contents
- [Features](#features)
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
## Features
- View Code (UIKit)
- TableView
- Custom elements
- Task storage with TimeStamp
- Dark Mode
- Unit Tests
## Requirements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
## Functionalities
- [x] Save tasks: Tasks are saved persistently using UserDefaults.
- [x] Delete tasks: The user can remove tasks from the list.
- [x] Reorder tasks: Tasks can be rearranged via the application interface.
## Setup
First of all download and install Xcode, then clone the repository:
```sh
$ git@github.com:diggosilva/ToDoList.git
```
After cloning, do the following:
```sh
$ cd /ToDoList/
$ open ToDoList.xcodeproj/
```