https://github.com/qantrex/figuren-gk-bauer
https://github.com/qantrex/figuren-gk-bauer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qantrex/figuren-gk-bauer
- Owner: Qantrex
- Created: 2024-12-02T08:30:07.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-02T10:19:42.000Z (6 months ago)
- Last Synced: 2025-02-14T09:53:05.174Z (3 months ago)
- Language: HTML
- Size: 4.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figuren-GK-Bauer
Welcome to the **Figuren-GK-Bauer** repository. This project is organized as follows:
## Project Structure
- **.idea/**: Contains project-specific settings and configurations for the IntelliJ IDEA development environment.
- **JavaDoc/**: Includes the generated Java documentation for the project's classes and methods.
- **src/**: Holds the source code of the project, organized into appropriate packages.
- **Main.java**: The entry point of the application, containing the `main` method that initiates the program's execution.
- **Figure.java**: Defines the `Figure` class, representing the base class for various geometric figures.
- **Circle.java**: Extends the `Figure` class to represent a circle, including properties like radius and methods to calculate area and perimeter.
- **Rectangle.java**: Extends the `Figure` class to represent a rectangle, including properties like length and width, with methods to calculate area and perimeter.
- **Triangle.java**: Extends the `Figure` class to represent a triangle, including properties like base and height, with methods to calculate area and perimeter.
- **.gitignore**: Specifies files and directories that Git should ignore, preventing them from being tracked in version control.
- **Figuren-GK-5a_4_2.iml**: The IntelliJ IDEA module file, defining the module's structure and settings.## Getting Started
To explore or contribute to this project:
1. **Clone the Repository**: Use the following command to clone the repository to your local machine:
```bash
git clone https://github.com/Qantrex/Figuren-GK-Bauer.git
```