A sleek and simple web-based calculator designed for quick and efficient arithmetic operations. Built with HTML, CSS, and JavaScript to ensure a user-friendly and responsive experience.
Perform essential math operations: Addition (+), Subtraction (−), Multiplication (×), and Division (÷).
- Clear All: Reset everything instantly.
- Delete Last Entry: Quickly fix errors.
Modern design with interactive hover effects and smooth animations for a visually pleasing experience.
- Fully responsive for desktops 🖥️, tablets 📱, and smartphones 📞.
Optimized for speed and seamless performance.
- HTML 🧱: Provides the structural framework.
- CSS 🎨: Handles the visual styling and layout.
- JavaScript ⚙️: Brings interactivity to life.
-
Clone the Repository:
git clone https://github.com/NeluniMadeesha/Calculator.git
-
Locate the Files:
Navigate to theCalculatorfolder. -
Open the App:
Launch thecal.htmlfile in any web browser. -
Enjoy Calculating:
Use the intuitive interface for all basic operations.
Calculator/
├── cal.html # HTML file for structure
├── styles.css # CSS file for design and responsiveness
└── script.js # JavaScript file for functionality
🎨 Display the beautiful calculator design with screenshots.
Want to add features or fix bugs? Here’s how you can help:
-
Fork the Repository 🔀: Create your own version.
-
Clone Your Fork 📥:
git clone <your-fork-url>
-
Create a New Branch 🌱:
git checkout -b feature/your-feature-name
-
Make Changes 🔧: Add new features or improve existing ones.
-
Push Your Updates ⬆️:
git push origin feature/your-feature-name
-
Submit a Pull Request 📤: Share your work for review.
- 🧮 Advanced Math: Add functions like square roots, powers, and trigonometry.
- 🕒 History Tracking: Save and review past calculations.
- 🎨 Customizable Themes: Light, dark, and user-defined styles.
- ⌨️ Keyboard Support: Enable quick input with keyboard shortcuts.
Distributed under the MIT License 📝, allowing free use, modification, and redistribution.