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

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.

Awesome Lists containing this project

README

        

# Simple Calculator

![Project Status](https://img.shields.io/badge/status-completed-brightgreen) [![License](https://img.shields.io/badge/license-MIT-blue)](./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**

Addition Example
Multiplication Example
Division Example

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