A simple non-scientific calculator built with PHP, HTML, CSS, and JavaScript.
It is designed for performing basic operations like addition, subtraction, multiplication, and division.
This project was mainly created as a practice tool for learning PHP and front-end integration.
- Perform basic arithmetic operations (+, โ, ร, รท)
- Square root (
โ) - Percentage (
%) - Power (
xสธ) - Clear all (AC)
- Clear last digit (C)
- Clone or download the project.
- Place the folder inside:
xampp/htdocs(if you are using XAMPP)wamp/www(if you are using WAMP)
- Start Apache server.
- Open your browser and go to:
http://localhost/your-folder-name
- PHP
- HTML
- CSS
- JavaScript
- Add keyboard support for faster input.
- Extend it into a scientific calculator with advanced math functions.
