Pinned Repositories
BatuhanSatilmis
Book-Store-MernStack
Calculator-Java-Program
In this Calculator Java Program, learned to construct a simple calculator using switch case in Java. This calculator would be able to add, subtract, multiply and divide two numbers.
Dom_practise
dom elements practise
e-commerice-website-in-React
MERN-Fullstack-Travel-Map-Application
millionare-react-app-
movie_app_themoviedb_api
OOP-Course-Final-Project-
This program was my second year oop course's homework
react-hooks-budged-calculator
BatuhanSatilmis's Repositories
BatuhanSatilmis/OOP-Course-Final-Project-
This program was my second year oop course's homework
BatuhanSatilmis/BatuhanSatilmis
BatuhanSatilmis/Book-Store-MernStack
BatuhanSatilmis/Calculator-Java-Program
In this Calculator Java Program, learned to construct a simple calculator using switch case in Java. This calculator would be able to add, subtract, multiply and divide two numbers.
BatuhanSatilmis/Dom_practise
dom elements practise
BatuhanSatilmis/e-commerice-website-in-React
BatuhanSatilmis/MERN-Fullstack-Travel-Map-Application
BatuhanSatilmis/millionare-react-app-
BatuhanSatilmis/movie_app_themoviedb_api
BatuhanSatilmis/react-hooks-budged-calculator
BatuhanSatilmis/es-6-practising-
BatuhanSatilmis/ImageProcessingProjectFromJava
It was a project for Advance Programming Course
BatuhanSatilmis/Javascript-oop
javascript oop training
BatuhanSatilmis/Library-Management-System-Java-Project
A Java Library Management System is a software program built on the Java platform and based on the MySQL database design.
BatuhanSatilmis/MovieAppJetCompose
BatuhanSatilmis/netflix-homagepage-clone-fully-responsive
BatuhanSatilmis/News-App-Kotlin
BatuhanSatilmis/ObjectRecognitionMobileApplication
The application and deployment of machine learning models in mobile devices has increased in past years as the processing capacity of mobile devices has increased. This brought a whole new level of user experience by giving mobile app developers the ability to integrate the power of machine learning into their apps. This represents a big step forward in mobile development. As well as normal people, the interest of disabled people in smartphones is increasing. Thanks to the developing machine learning applications, the lives of people with disabilities will become easier. We are now able to offer the option to experience this on iOS devices. In this thesis, expecting to develop an IOS application that can identify the objects in the environment and notify the user with a voice command. It is aimed to provide the best and fastest service to users by using IOS-specific machine learning Frameworks. Project goal is to create a well-thought-out application that will help society and is aligned with the Engineering field we are currently studying.
BatuhanSatilmis/OOP-Project-with-Java
My second year OOP project for make up.
BatuhanSatilmis/Penny-Smart-Wallet
BatuhanSatilmis/PercentageCalculatorJavaFX
This is a straightforward Java application that computes both the sum of the original number and the percentage number as well as the net percentage of a given number. Its user interface (UI) was created using JavaFX Scene Builder, and one of the program's noteworthy aspects is how it responds to user events. For instance, the 'Enter starting number:' text box is the only component that is enabled when the application runs for the first time. All of the others are disabled at first. The "Enter percentage" text box and the "Clear" command button become active once the user types at least one number. The "Calculate" component is then enabled, allowing the user to compute the results if they choose to do so after entering a percentage amount in the relevant text field. Last but not least, if for any reason the user chooses to remove all the information from a text box component, the program's behavior may alter in accordance, for example, one or more components may become inactive while others become active.
BatuhanSatilmis/react.js-basic-portofolio-website
BatuhanSatilmis/ResponsiveBlog-Test
BatuhanSatilmis/restcountry-api-test
BatuhanSatilmis/SpaceGame
My Space Game Project from first year in computer engineering -We drive our spaceship with a flat plane. -Our ship can fire with the "Ctrl" key. -We have 10 fires, if we shoot more than 10 we lose the game. -Our target is 2 black holes, one of our targets is faster, the other moves more slowly in a horizontal plane. -If we hit targets with 10 shots we win the game. -We are able to control our spaceship with the direction keys. The references sites I get help include: -stackoverflow.com -java2s.com -github.com -programcreek.com -coderanch.com Another info:I wanted put a background picture of my project, but I can't solve in the problem so I gave it a black background color.
BatuhanSatilmis/Student-Management-System
Student Management system is a simple complete management project. Java programming language and Netbeans IDE are its core elements for its completion. Also, this project uses the MySQL database as backend support for storing the school information. In addition to run this project, required NetBeans IDE and XAMPP localhost server.
BatuhanSatilmis/tetris-game-js
basic tetris game
BatuhanSatilmis/WorkManager-with-Notification
By using WorkManager, it is easy to schedule reliable tasks that are expected to run even if the app crashes or the device restarts. In this API, Android's background behavior restrictions have been refined over years to make it battery-friendly. Android applications that require background execution must adhere to this requirement!