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

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.

Awesome Lists containing this project

README

          


Currency Exchange Logo

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




  • Languages:

    C#



  • Technologies Used:

    .NET



  • IDE:

    Visual Studio



  • Project Type:
    Console App

    .NET Framework

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.




  1. Open the Project: Open the solution file in Microsoft Visual Studio.


  2. Implement Conversion Logic: Add your currency conversion logic in the appropriate section of the code.


  3. 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.



  1. Fork the Repository: Click the "Fork" button at the top-right of this page.

  2. Create a Branch: Create a new branch for your changes.

  3. Commit Changes: Make your changes and commit them with a descriptive message.

  4. Push to Your Fork: Push your changes to your forked repository.

  5. 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!