A Modern Calculator for performing simple arithmetic operations using VB.NET
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Note : This project is created in Microsoft Visual Studio Community 2019 Version 16.8.4 with a display scale of 175%. So if your's isnt 175%, change your default size to 175% or convert back this project to your recommended size.
Open the "Setup Files for Me" folder.
Run the setup.exe application
Visual Studio solution file can be found here.
After clonning this repo, run Form1. Find the code in Form1.vb and Design in Form1.vb (Design).
- Canva - Designing
- Microsoft Visual Studio Community 2019 - Creating Project
- Abhijith Udayakumar - Design & Development - Abhijith14
yes, with attribution.
I value keeping my work open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my work without giving me credit. I spent a non-trivial amount of effort building and designing this project, and I am proud of it! All I ask of you all is to not claim this effort as your own.
Yes, you can fork this repo. Please give me proper credit by linking back to Abhijith14/ModernCalculatorVB. Thanks!
Color | Hex | RGB |
---|---|---|
Black | #151314 |
rgb(21,19,20) |
White | #f2f3f7 |
rgb(242,243,247) |
Green | #56a858 |
rgb(86,168,88) |
Red | #f5413b |
rgb(245,65,59) |
Grey | #6c6e79 |
rgb(108,110,121) |