https://github.com/diazadr/simple-calculator
A simple calculator application using Visual Basic for the Database Systems course.
https://github.com/diazadr/simple-calculator
vb-net visual-basic visualstudio2022
Last synced: 4 months ago
JSON representation
A simple calculator application using Visual Basic for the Database Systems course.
- Host: GitHub
- URL: https://github.com/diazadr/simple-calculator
- Owner: diazadr
- License: mit
- Created: 2024-10-26T05:36:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T05:04:40.000Z (4 months ago)
- Last Synced: 2025-02-08T05:19:46.966Z (4 months ago)
- Topics: vb-net, visual-basic, visualstudio2022
- Language: Visual Basic .NET
- Homepage:
- Size: 732 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Calculator
 [](./LICENSE)
This project is a simple calculator application built using **Visual Basic**. It is designed to fulfill the **Database Systems** course requirements.
## Technologies Used
- **Visual Basic**: Programming language used for the application.
- **Windows Forms**: GUI framework for building the application interface.## Features
- **Basic Arithmetic Operations**: Addition, subtraction, multiplication, and division.
- **Simple GUI**: Windows Forms interface for user interaction.
- **User-Friendly Interface**: Easy-to-use design for calculations.## Demo
### **Basic Operations: Add, Subtract, Multiply, Divide**
![]()
![]()
## Installation and Setup
1. **Install the Application**
- Open the `installer/debug` directory.
- Run the `setup.exe` file to install the application.## Usage
1. Launch the application after installation.
2. Enter numbers and select an operation.
3. Click the calculate button to get results.## Project Status
This project is **completed** and will not be further developed.## Contributions
Feel free to submit issues or contribute by creating pull requests.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.