https://github.com/zabavb/currency-exchange
This is a simple console application for currency exchange, developed in C# using the .NET framework. The project serves as a basic implementation to demonstrate fundamental concepts in currency conversion.
https://github.com/zabavb/currency-exchange
console console-app console-application console-framework console-visualization csharp exchange exchange-rates exchange-server visual-studio visual-studio-2022
Last synced: 12 months ago
JSON representation
This is a simple console application for currency exchange, developed in C# using the .NET framework. The project serves as a basic implementation to demonstrate fundamental concepts in currency conversion.
- Host: GitHub
- URL: https://github.com/zabavb/currency-exchange
- Owner: zabavb
- License: mit
- Created: 2024-09-06T17:47:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T11:58:31.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T10:36:38.159Z (over 1 year ago)
- Topics: console, console-app, console-application, console-framework, console-visualization, csharp, exchange, exchange-rates, exchange-server, visual-studio, visual-studio-2022
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Currency Exchange
Project Overview
This is a simple console application for currency exchange, developed in C# using the .NET framework. The project serves as a basic implementation to demonstrate fundamental concepts in currency conversion.
Project Details
Development Details
This project was created on February 24, 2023, as part of the homework assignment for the IT Step computer academy. It was developed exclusively by me.
IT Step Computer Academy
For more information about the IT Step computer academy, visit their official website.
Getting Started
To run this project, clone the repository and open it using Microsoft Visual Studio. Build and run the application to see it in action.
https://github.com/zabavb/Currency-exchange.git
cd currency-exchange
Open the solution file (.sln) in Visual Studio and press F5 to build and run the application.
Features
-
Basic Console Output: Demonstrates how to handle simple input and output operations in a console application. -
Placeholder for Currency Conversion Logic: Provides a framework where actual currency conversion logic can be implemented.
Usage
To use this application, you can modify the code to include your own currency conversion logic. The current implementation is a placeholder and does not perform any real conversion.
-
Open the Project: Open the solution file in Microsoft Visual Studio. -
Implement Conversion Logic: Add your currency conversion logic in the appropriate section of the code. -
Run the Application: Build and run the application to see your changes in action.
Contributing
Contributions are welcome! If you have any suggestions or improvements, please feel free to fork the repository and submit a pull request.
- Fork the Repository: Click the "Fork" button at the top-right of this page.
- Create a Branch: Create a new branch for your changes.
- Commit Changes: Make your changes and commit them with a descriptive message.
- Push to Your Fork: Push your changes to your forked repository.
- Submit a Pull Request: Go to the "Pull Requests" tab and submit a new pull request.
Contact
For any questions or inquiries, you can reach me at bilonizkavik@agmail.com or connect with me on LinkedIn
.
References
Acknowledgements
- Thanks to the IT Step Computer Academy for the educational support.
- Special thanks to the open-source community for their contributions and resources.
Feel free to modify or extend this README to fit your needs better. Happy coding!