Pinned Repositories
Clean-MVP-News
An app to fetch news built in Swift using Clean-MVP architecture.
Complex-Cell-Designs
This repo contains design for some complex UITableView cells.
CrossWord
CrossWord is a game made using SwiftUI to find the words that is given by a clue under it.
Ecommerce-FullStack
Estabena is an online E-commerce shop for fruit and vegetables, this is our project for the Full-Stack training.
GitHubReposFinder-SwiftUI
This is a project to browse GitHub repositories, built using SwiftUI, Combine, and MVVM.
GoF-Swift-Design-Patterns
This is a repo for my implementation of Gang of Four Book: Software Design Patterns. All written in Swift.
iOS-VIPER
This is a simple demo app for the iOS VIPER architecture and how it's implemented.
iOS_TMDB
This is an iOS version of my previous app for Android "The Movie Database", this app sums up most of my first learnings in the iOS Development field, I'm using Firebase for authentication, Realm database for data storing, Networking with URLSession and Alamofire for TMDB website, TableViews and CollectionViews for Storyboard to show the data.
iWeather
iWeather is an application that shows the current weather in your location with a lot of cool features!
TMDB-SwiftUI
An iOS app to fetch movies from TMDB website.
iNoor72's Repositories
iNoor72/GoF-Swift-Design-Patterns
This is a repo for my implementation of Gang of Four Book: Software Design Patterns. All written in Swift.
iNoor72/iOS_TMDB
This is an iOS version of my previous app for Android "The Movie Database", this app sums up most of my first learnings in the iOS Development field, I'm using Firebase for authentication, Realm database for data storing, Networking with URLSession and Alamofire for TMDB website, TableViews and CollectionViews for Storyboard to show the data.
iNoor72/Ecommerce-FullStack
Estabena is an online E-commerce shop for fruit and vegetables, this is our project for the Full-Stack training.
iNoor72/iOS-VIPER
This is a simple demo app for the iOS VIPER architecture and how it's implemented.
iNoor72/Clean-MVP-News
An app to fetch news built in Swift using Clean-MVP architecture.
iNoor72/GitHubReposFinder-SwiftUI
This is a project to browse GitHub repositories, built using SwiftUI, Combine, and MVVM.
iNoor72/iWeather
iWeather is an application that shows the current weather in your location with a lot of cool features!
iNoor72/Leetcode-ProblemSolving
iNoor72/Network-Analyzer
An iOS app that shows data about your network connection.
iNoor72/NetworkLayer
iNoor72/News-MVVM
iNoor72/News-VIPER
iNoor72/RealmToDo
This is a ToDo list app to make categories of some items to be done, the app uses Realm Database to save the items and the categories for the user.
iNoor72/TMDB-SwiftUI
An iOS app to fetch movies from TMDB website.
iNoor72/UIKit-MVP-Movies-App
This is my implementation for the task requested by VeryCreatives company. An iOS app to fetch movies from TMDB website with some cool features.
iNoor72/Anubis-IDE
iNoor72/Complex-Cell-Designs
This repo contains design for some complex UITableView cells.
iNoor72/GCD-Demo
This project implements some concepts of Apple's Framework Grand Central Dispatch (GCD) for threading control.
iNoor72/GRIP-BankingTask
A basic iOS Banking App that helps users to transfer money to each other.
iNoor72/CountryList-SwiftUI
This is a side project to show a list of countries
iNoor72/firefox-ios
Firefox for iOS
iNoor72/GitHub-Repos-Finder
This is my task for applying to RippleEgypt company. It's a Github Repos Finder to fetch Github repos based on the user's search.
iNoor72/Google-Books-iOS-Browser
iNoor72/iNoor72
This is my README profile, you can explore more about me from here 😄
iNoor72/Modular-Combine-GitHub-Finder
iNoor72/OrderApp-SwiftUI-TCA
iNoor72/SwiftUI-State-management
iNoor72/UICollectionViewCompositionalLayout-UIKit
iNoor72/UnitConverter-SwiftUI
iNoor72/Word-Tokenization-Example