A modern, themeable scientific calculator built with vanilla JavaScript, featuring a dynamic, reactive background.
- Scientific Calculator: Handles standard arithmetic, powers (
xʸ), square roots (√), memory functions (MC,MR,M+), and a calculation history. - Fully Themeable: Instantly switch between Light & Dark modes.
- Custom Accent Colors: Pick from multiple accent colors to personalize the look.
- Reactive Background: An interactive particle animation reacts to your mouse movements and button clicks.
- Modern Design: A responsive, "glassmorphism" UI that looks great on desktop or mobile.
- Simple & Fast: Built with vanilla HTML, CSS, and JavaScript, requiring no complex setup.
No installation or build steps are needed.
- Clone the repository:
git clone [https://github.com/CedrickGD/T-Calc.git](https://github.com/CedrickGD/T-Calc.git)
- Open the file:
Navigate into the folder and open the
Main.htmlfile in your web browser.
- HTML5
- CSS3 (Grid, Custom Properties)
- JavaScript (ES6+)
- Math.js (for safe and accurate calculations)