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

https://github.com/diggosilva/authenticationuserdefaults

Application written in swift for the purpose of studying userdefaults
https://github.com/diggosilva/authenticationuserdefaults

ios swift userdefaults xcode

Last synced: about 1 year ago
JSON representation

Application written in swift for the purpose of studying userdefaults

Awesome Lists containing this project

README

          

# AuthenticationUserdefaults




iOS

LinkedIn: @RodrigoSilva

A Application written in swift for the purpose of studying userdefaults.

## Contents

- [Features](#features)
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)

## Features

- View Code (UIKit)
- Login & Logout with UserDefaults
- Authentication User
- User Management

## Requirements

- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later

## Functionalities
- [x] Create user (stores data in UserDefaults)
- [x] Log in with stored credentials
- [x] Log out and clear user data
- [x] Delete user from UserDefaults

## Setup

First of all download and install Xcode, and then clone the repository:

```sh
$ git@github.com:diggosilva/AuthenticationUserdefaults.git
```

After cloning, do the following:

```sh
$ cd /AuthenticationUserdefaults/
$ open AuthenticationUserdefaults.xcodeproj/
```