An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ToDoList




iOS

LinkedIn: @RodrigoSilva

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/
```