Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fehmitahsindemirkan/java-training-projects

Projects in the java training series on Kodlama Vakti youtube channel.
https://github.com/fehmitahsindemirkan/java-training-projects

if-else java loops project youtube

Last synced: about 4 hours ago
JSON representation

Projects in the java training series on Kodlama Vakti youtube channel.

Awesome Lists containing this project

README

        

# Java Training Projects

This repository contains a collection of Java training projects developed by Fehmi Tahsin Demirkan. These projects are designed to help individuals learn and practice Java programming concepts. Each project focuses on a specific aspect of Java development, providing hands-on experience and practical examples.

## Project List

1. **HesapMakinesi**
- Description: Basic calculator application.
- Status: Training completed.

2. **HipotenusHesapla**
- Description: Calculate the hypotenuse of a right-angled triangle.
- Status: Initial commit.

3. **KDVHesaplama**
- Description: Calculate the Value Added Tax (KDV) for a given amount.
- Status: Initial commit.

4. **OrtalamaHesaplama**
- Description: Calculate the average of a set of numbers.
- Status: Body mass index added.

5. **SepetTutariHesaplama**
- Description: Calculate the total amount of a shopping basket.
- Status: Initial commit.

6. **Taksimetre**
- Description: Taxi fare calculator.
- Status: Training completed.

7. **VucudKutleIndexiHesaplama**
- Description: Calculate the Body Mass Index (BMI).
- Status: Body mass index added.

8. **YildizUcgen**
- Description: Generate a star triangle pattern.
- Status: Training completed.

## How to Use

1. **Clone the Repository:**
```bash
git clone https://github.com/FehmiTahsinDemirkan/Java-Training-Projects.git
```

2. **Navigate to a Specific Project:**
```bash
cd Java-Training-Projects/ProjectName
```

3. **Compile and Run:**
```bash
javac MainClass.java
java MainClass
```

4. **Follow Project-Specific Instructions:**
- Refer to the project's README or comments in the source code for specific instructions on how to use each application.

## Contribution

If you find any issues, have suggestions, or want to contribute, please feel free to create an issue or submit a pull request.

## License

These projects are open-source and available under the [MIT License](LICENSE). Feel free to use, modify, and share them.

## Author

- [Fehmi Tahsin Demirkan](https://github.com/FehmiTahsinDemirkan)