Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/houarizegai/calculator

Calculator app created with Java Swing, It is simple with an easy code to help novices learn how to operate a calculator.
https://github.com/houarizegai/calculator

calculator calculator-app calculator-application java java-project java-swing swing swing-gui

Last synced: 5 days ago
JSON representation

Calculator app created with Java Swing, It is simple with an easy code to help novices learn how to operate a calculator.

Awesome Lists containing this project

README

        

# Calculator
A very basic calculator application created using Java **Swing**.

[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

## Thank You!
Please ⭐️ this repo and share it with others

## Screenshots
| Scientific / Dark | Standard / Colored |
:------------------------------------------------:|:-------------------|
![Dark calculator screenshot](screenshots/scientific-dark.png) | ![Colored calculator screenshot](screenshots/standard-light.png)

## Requirements 🔧
* Java 11 or higher.

## Installation 🔌
1. Press the **Fork** button (top right the page) to save copy of this project on your account.

2. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:

git clone https://github.com/HouariZegai/Calculator.git
3. Imported it in Intellij IDEA or any other Java IDE.
4. Run the application :D

## Contributing 💡
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed.
If you find any issue just put it in the repository issue section, thank you.