This project is a simple calculator built using HTML, CSS and JavaScript. The main goal is to learn and practise the basics of these core web development technologies.
- Performs basic mathematical operations: addition, subtraction, multiplication and division.
- Simple and user-friendly interface styled with CSS.
- Calculation logic implemented in JavaScript.
The purpose of this project is to:
- Structure web pages using HTML.
- Style elements and create basic layouts with CSS.
- Add interactivity and implement functional logic with JavaScript.
- Clone or download this repository.
- Open the
index.html
file in any modern web browser. - Use the interface to perform simple calculations.