https://github.com/sentemon/geometrycalculator
Geometry Calculator
https://github.com/sentemon/geometrycalculator
geometry geometry-calculator shapes
Last synced: about 1 year ago
JSON representation
Geometry Calculator
- Host: GitHub
- URL: https://github.com/sentemon/geometrycalculator
- Owner: sentemon
- License: mit
- Created: 2024-05-06T13:31:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T16:21:06.000Z (about 2 years ago)
- Last Synced: 2025-03-24T10:46:09.625Z (about 1 year ago)
- Topics: geometry, geometry-calculator, shapes
- Language: C#
- Homepage:
- Size: 1.65 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Geometric Calculator [Beta]
## Description
The "Geometry Calculator" project is a console-based application designed to calculate the properties of various geometric shapes. This calculator offers a terminal interface for computing key properties such as area, perimeter, volume, and more for different shapes. The project is released under the MIT License.
## Usage
0. Before running the project, make sure you have the [.NET Core SDK 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) installed.
1. Clone the repository to your computer (it must be in home directory):
```bash
git clone https://github.com/sentemon/GeometryCalculator.git
```
2. Navigate to the project directory:
```bash
cd GeometryCalculator
```
3. Run the project:
```bash
dotnet run
```
## Screenshots
#### Appearance example:

## Credits
- Author: Ivan Sentemon
- GitHub Repository: [GeometryCalculator](https://github.com/sentemon/GeometryCalculator)
Feel free to contribute or report issues!