A Windows 10 like calculator written in Visual Basic (VB).
Getting Started
Follow the instructions below to get a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
You need to install Git and Visual Studio IDE on your computer.
Installation
- Clone the repository using command
git clone https://github.com/thecoducer/Windows10LikeCalculator.git
or click here to download it in zip.
-
To load the project,
- Launch Visual Studio IDE
- Click
File > Open > Project/Solution
- Locate the repo folder you just downloaded
- Open
WowCalci.sln
solution file insideWowCalci
folder - Done.
Built With
- Visual Basic programming language
- Visual Studio Community 2017
Contribute
This is a juvenile project. If you have got any suggestions for new features or improvements, please comment over here. Pull Requests are most welcome!
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- The sophisticated appearance of the default calculator app in Windows 10 inspired me to develop my own calculator app in a similar look.
- Resources I used to learn Visual Basic: Microsoft technical documentation on Visual Basic and VB tutorial on YouTube channel thenewboston by @buckyroberts.
Programming helps you to build something from nothing. - @thecoducer
Website: https://thecoducer.github.io/
Blog: http://www.thecoducer.com
Happy programming!
💚