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

https://github.com/diggosilva/cadastro

A iOS application written in Swift, for user registrations.
https://github.com/diggosilva/cadastro

cocoapods ios swift uikit xcode

Last synced: 6 months ago
JSON representation

A iOS application written in Swift, for user registrations.

Awesome Lists containing this project

README

          

# Cadastro




iOS

LinkedIn: @RodrigoSilva

An iOS application written in Swift, for user registrations, this application registers the following data, "Email, Password, Password Confirmation and Name". The application follows a simple verification of email address, password and password confirmation. When logging in, the application loads a list of Pokemon fed by the PokeAPI, where the user can favorite their Pokemons and all this data is saved on the device itself using userDefaults.

## Contents

- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
- [Credits](#credits)

## Features

- Dark Mode
- Modern TableView
- MVVM
- View Code (UIKit)
- Custom elements

## Requirements

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

## Functionalities
- [x] User Registration
- [x] Login Screen
- [x] Registration Screen
- [x] List of Pokemon, favorites when clicking on the cell
- [x] Saving data using userDefaults

## Setup

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

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

After cloning, do the following:

```sh
$ cd /Cadastro/
$ open Cadastro.xcworkspace/
```

## Built With

* [SDWebImage](https://github.com/SDWebImage/SDWebImage) - Asynchronous image downloader with cache support as a UIImageView category

## Credits

- Diggo Silva
- Helio Mesquita
- Junior Silva