Donia Elshenawy (Doniaelshenwy)

Doniaelshenwy

Geek Repo

Company:@CATReloaded

Location:mansoura , egypt

Github PK Tool:Github PK Tool

Donia Elshenawy's repositories

Heart-Rate

Create an application that shows different statements based on what range currentHR falls into. Below is a list of ranges and the associated statements. 100-120: "You are in the Very Light zone. Activity in this zone helps with recovery." 121-140: "You are in the Light zone. Activity in this zone helps improve Basic endurance and fat burning."
141-160: "You are in the Moderate zone. Activity in this zone helps improve aerobic fitness." 161-180: "You are in the Hard zone. Activity in this zone increases maximum performance capacity for shorter sessions."
181-200: "You are in the Maximum zone. Activity in this zone helps fit athletes develop speed.”

Language:SwiftStargazers:1Issues:0Issues:0

Salary

create a class Person which have a getSalary function which take an int parameter and return int . Create class Manager and Employee that inherit from Person and override getSalary method. getSalary method of Employee = Salary * 2 and getSalary method of Manager= Salary * 5

Language:SwiftStargazers:1Issues:0Issues:0

Temperature-Convertion

Create an application that can convert the temperature from Celsius to Fahrenheit or Kelvin. Equation for conversion from Celsius to Fahrenheit: t°C × 9/5) + 32 Equation for conversion from Celsius to Kelvin : t°C + 273.1518

Language:SwiftStargazers:1Issues:0Issues:0

Tour-Guide

Create an application that contains multiple photos and their descriptions for the most famous tourist places in Egypt , the application must has two button ( Next , previous) to display all the photos

Language:SwiftStargazers:1Issues:0Issues:0

Animation

move rectangle with scale size, rotate it, change color, and repeat the move.

Language:SwiftStargazers:0Issues:0Issues:0

ArmChair_Store

contain two screens and use delegation to move data between screens and add cart and badge count and show data in the collection view.

Language:SwiftStargazers:0Issues:0Issues:0

Calculator-Application

Use view objects, constraints, and stack views to create a simple calculator

Language:SwiftStargazers:0Issues:0Issues:0

Coffee-HUB

The app is my graduation project from the Bank Misr internship. This application is built by the MVC architecture pattern, I used alamofire to fetch data from API and do authentication in the login and sign-up screen if the check is correct move to the menu data shown by table view when pressed item shows the preference screen to take the customer

Stargazers:0Issues:0Issues:0

Company-App

The app is my graduation project from ITI training. This application is used to display information about companies. I used alamofire to fetch data from API and show it in table view when pressed cell to move another details screen to show id, country, city, and annotation on apple map.

Language:SwiftStargazers:0Issues:0Issues:0

Dicee_SwiftUI

Show random dice by pressing the roll button

Language:SwiftStargazers:0Issues:0Issues:0

Emoji-Dictionary-Application

Create dynamic table views by creating an emoji dictionary app

Language:SwiftStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:SwiftStargazers:0Issues:0Issues:0

Hire-Setter

A simple application that displays data for a group of doctors. It connects two screens using navigation. It contains a table view to display the data. When we press the button Hire, it checks whether the doctor is available or not, and when a doctor is unavailable gives an alert, and we can add a new doctor and choose the image from the library using the image picker.

Language:SwiftStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Login_Sign-up

a person can sign up and when he login check if their name and password are there or not

Language:SwiftStargazers:0Issues:0Issues:0

Meals_App

ITI Course Task. This application is used to display some meals that you want to display in the application by choosing the picture of the meals from the gallery, write the name of the meals and the price. I used table view controller.

Language:SwiftStargazers:0Issues:0Issues:0
Language:SwiftStargazers:0Issues:0Issues:0
Language:SwiftStargazers:0Issues:0Issues:0

Navigation-Controller-Segue-Login

Create a login screen that will pass a user name between view controllers Use view controllers, a navigation controller, and segues to create both the login screen and a simple landing screen that will display the user name

Language:SwiftStargazers:0Issues:0Issues:0
Language:SwiftStargazers:0Issues:0Issues:0

Profile-Screen

an application contains 3 screen ,Home Screen , profile screen ,Edit profile screen ,when press Edit button , you must go to the edit screen and change the data on this screen and after pressing save in this screen you will be returned back to profile screen and the data will be updated.(ITI course task)

Language:SwiftStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

text-summarizer

Understand Text Summarization and create your own summarizer in python

Stargazers:0Issues:0Issues:0