This repository contains a simple C# program that allows converting temperature between Celsius and Fahrenheit degrees.
-
Clone the repository using the
git clonecommand:git clone https://github.com/polikhronidi/temperature-converter.git -
Open the project in your C# development environment (e.g., Visual Studio).
-
Compile the project by pressing
Ctrl + Shift + Band then run it by pressingF5.
After launching the program, follow the instructions to choose the type of conversion and input the temperature for conversion.
- Convert temperature from Celsius to Fahrenheit.
- Convert temperature from Fahrenheit to Celsius.
- Simple command-line interface.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.