A clean, modern, and responsive calculator built using fundamental web technologies. This project provides a user-friendly interface for performing basic arithmetic operations. It's a great example of how HTML, CSS, and JavaScript can be combined to create interactive web applications.
- Basic Arithmetic: Perform addition, subtraction, multiplication, and division.
- Clear Functions:
AC(All Clear) button to reset the entire calculation.CorDEL(Delete) button to remove the last entered digit.
- Responsive Design: The calculator interface is designed to work seamlessly on desktops, tablets, and mobile devices.
- Intuitive Interface: A straightforward and easy-to-use layout that mimics a physical calculator.
This project is built with a simple and powerful tech stack, making it lightweight and easy to maintain.
- HTML5: Provides the core structure and elements of the calculator.
- CSS3: Handles all styling, including layout, colors, and responsive design.
- JavaScript (ES6): Powers the entire logic of the calculator, from capturing user input to performing calculations and updating the display.
To get a local copy up and running, follow these simple steps.
- Clone the repository:
git clone [https://github.com/Rozerxshashank/calculator.git](https://github.com/Rozerxshashank/calculator.git)
- Navigate to the project directory:
cd calculator - Open in your browser:
Simply open the
index.htmlfile in your favorite web browser to start using the calculator.