A simple yet secure calculator built with PHP and modern dark-themed frontend design. This project was created as a personal reference to remind myself how to properly handle frontend and backend input validation in PHP.
- Secure input validation on both frontend and backend
- Clean and minimal dark UI
- Smooth button hover and transition animations
- Beautiful mouse hover blur effect
- Responsive layout for desktop screens
- Easy to integrate into any dark-themed site
💡 Mouse hover blur effect was adapted from
Dulaj007/Mouse-Hover-Blur-Effect
- PHP – Backend input processing and validation
- HTML5 – Markup
- CSS3 – Styling with modern effects, transitions, and glassmorphism
- JavaScript – For mouse cursor tracking and visual effects
- Clone or download this repository.
- Run in a local server environment (e.g. XAMPP, WAMP, MAMP).
- Open
index.php
in your browser. - Enter numbers and select an operator to see the result securely handled.
This project is not intended for production use. It is a lightweight and educational example focusing on secure input handling and modern UI patterns.
This project is licensed under the MIT License – feel free to use and modify it!
Made with ❤️ to practice and promote secure and aesthetic PHP applications.