CalcCraft is a simple, yet powerful calculator web application designed to perform basic arithmetic operations like addition, subtraction, multiplication, and division, as well as advanced calculations such as square roots and percentages. It's built with HTML, CSS, and JavaScript, aiming to provide a clean and user-friendly interface for efficient calculations.
- Basic Operations: Addition, Subtraction, Multiplication, Division.
- Responsive Design: Fully functional on desktop .
- User-Friendly Interface: Clean and easy-to-use design.
- Real-Time Calculations: Perform calculations instantly as you press the keys.
- HTML: Structure of the application.
- CSS: Styling the interface for a sleek look and feel.
- JavaScript: Handling logic for calculations and user interactions.
- Clone the repository:
git clone https://github.com/rheaadotcom/CalcCraft.git
- Navigate to the project directory:
cd CalcCraft - Open index.html in your browser to start using the calculator.