Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roby2409/mvvmrxswift
Swift mvvm with rxswift (login and fetch data)
https://github.com/roby2409/mvvmrxswift
crud crud-application mvvm rxswift swift swift-mvvm
Last synced: about 2 months ago
JSON representation
Swift mvvm with rxswift (login and fetch data)
- Host: GitHub
- URL: https://github.com/roby2409/mvvmrxswift
- Owner: roby2409
- Created: 2024-03-06T04:26:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T05:08:32.000Z (11 months ago)
- Last Synced: 2024-10-24T17:51:17.018Z (3 months ago)
- Topics: crud, crud-application, mvvm, rxswift, swift, swift-mvvm
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Login App with CRUD Operations
This is a simple iOS app that demonstrates user authentication (login) and basic CRUD (Create, Read, Update, Delete) operations using RxSwift.
## Features
User authentication (login) validation using email and password with rxswift
View, create, update, and delete user data
Technologies Used
Swift
Xcode
RxSwift