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.
- Host: GitHub
- URL: https://github.com/diggosilva/cadastro
- Owner: diggosilva
- Created: 2024-06-06T15:50:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T12:10:26.000Z (about 1 year ago)
- Last Synced: 2025-01-06T13:24:18.701Z (about 1 year ago)
- Topics: cocoapods, ios, swift, uikit, xcode
- Language: Swift
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cadastro
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