Pinned Repositories
online-judge-backend
online-judge-frontend
ByteCoin-Swift
Application that tracks the price of Bitcoin. You can choose any currency you want and you'll get the real time value of Bitcoin immediately. Made by using CoinAPI and parsing JSON data received.
Concentration-Game-Swift
This is a simple game in which every picture exists exactly twice, and all of them are upside down, and you have to match them together by only flipping 2 cards at a time. You have to rely on your brain's memory by remembering the location of each picture.
Fruit-Ninja
H4XOR-News
Application for iOS, iPadOS, MacOS platforms. Where you can navigate and browse posts from Hacker News ( https://news.ycombinator.com/ ). Implemented using SwiftUI and HN Search API.
Hotdog-
Simple iOS application that uses your camera to capture a photo, then detects whether it is a hotdog or not! 😎 Implemented using CoreML.
Online-Chess
Online Chess game
RiskGame
Abstract version of Risk game.
WhatFlower
iOS application by which you can capture a photo of a flower by your camera, detect its type using Machine Learning tools, and show its information from Wikipedia. Implemented using CoreML and Wikipedia API.
TarekHany's Repositories
TarekHany/ByteCoin-Swift
Application that tracks the price of Bitcoin. You can choose any currency you want and you'll get the real time value of Bitcoin immediately. Made by using CoinAPI and parsing JSON data received.
TarekHany/Concentration-Game-Swift
This is a simple game in which every picture exists exactly twice, and all of them are upside down, and you have to match them together by only flipping 2 cards at a time. You have to rely on your brain's memory by remembering the location of each picture.
TarekHany/Fruit-Ninja
TarekHany/H4XOR-News
Application for iOS, iPadOS, MacOS platforms. Where you can navigate and browse posts from Hacker News ( https://news.ycombinator.com/ ). Implemented using SwiftUI and HN Search API.
TarekHany/Hotdog-
Simple iOS application that uses your camera to capture a photo, then detects whether it is a hotdog or not! 😎 Implemented using CoreML.
TarekHany/iOS-Calculator
Cloned the default iOS Calculator app. Focused on using clean and organised code.
TarekHany/Online-Chess
Online Chess game
TarekHany/Product-Website
Made during RMZ Web Development Internship. Created a website to sell a laptop. Focused on UI/UX design.
TarekHany/RedBlackTrees
Implementation of Red-Black Trees.
TarekHany/RiskGame
Abstract version of Risk game.
TarekHany/Todoey
Todo List iOS application where you create categories of todo items, and inside each category you can add/delete todo items or mark as done/undone. Implemented using Realm databases, SwipeCellKit, and Chameleon UI Frameworks.
TarekHany/WhatFlower
iOS application by which you can capture a photo of a flower by your camera, detect its type using Machine Learning tools, and show its information from Wikipedia. Implemented using CoreML and Wikipedia API.
TarekHany/Twittermenti
iOS application in which you can search for tweets containing a certain hashtag (#) or a mention (@), and show the overall public impression about it by analyzing the latest 100 tweets. Implemented by training a Natural Language Processing model using CoreML, and fetching data using Twitter API.