This project is a simple and elegant calculator application that allows users to perform basic arithmetic operations. The application features a visually appealing design with a responsive layout and easy-to-use buttons. Additionally, it includes animated particles in the background and a smooth color-changing effect for the body background.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Delete the last input (DEL).
- Reset the calculator (RESET).
- Evaluate the expression (=).
- Responsive design.
- Animated particles background.
- Smooth color-changing background.
- HTML
- CSS
- JavaScript
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/calculator.git
- Navigate to the project directory:
cd calculator
- Open
index.html
in your browser to view the application.
- Click the number buttons to input numbers.
- Click the operator buttons to perform arithmetic operations.
- Click the "DEL" button to delete the last input.
- Click the "RESET" button to reset the calculator.
- Click the "=" button to evaluate the expression.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to check out my other projects on GitHub.