Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1012 Bytes

File metadata and controls

21 lines (14 loc) · 1012 Bytes

Calculator-using-Js-HTML-CSS

This repository contains a Basic Calculator project developed using HTML, CSS, and JavaScript. This project showcases an interactive calculator interface with buttons for basic arithmetic operations such as addition, subtraction, multiplication, and division.

~Features

Responsive Design: Utilizes CSS Grid for button alignment ensuring a clean and responsive layout. Interactive Interface: Buttons for addition, subtraction, multiplication, and division. JavaScript Functionality: Event listeners, if-else statements, and operators handle user input and perform calculations. User-Friendly: Simple and intuitive design for easy use.

Technologies Used

HTML CSS JavaScript

Purpose

This project was developed as part of my learning journey to reinforce my skills in web development, particularly focusing on the basics of HTML, CSS, and JavaScript. It demonstrates the practical application of these technologies in creating an interactive and user-friendly web application.