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

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

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:
![Geometry Calculator Screenshot](/Assets/example.png)

## Credits
- Author: Ivan Sentemon
- GitHub Repository: [GeometryCalculator](https://github.com/sentemon/GeometryCalculator)

Feel free to contribute or report issues!