This repository contains various web development projects completed as part of my B.Tech 3rd semester Web Technology course.
- Description: A simple, interactive web-based calculator application.
- Technologies Used: HTML, CSS, JavaScript
- Features:
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear display functionality
- Delete last character
- Error handling for invalid inputs
- How to Run: Open Calculator/index.html in any modern web browser.
- Files:
- Calculator/index.html: Main HTML structure
- Calculator/style.css: Styling for the calculator interface
- Calculator/script.js: JavaScript logic for calculator functionality
- Clone the repository:
�ash git clone https://github.com/sahilaw22/Web-Technology-Projects.git - Navigate to the project folder and open the respective index.html file in your browser.
Feel free to fork this repository and submit pull requests for improvements or new projects.
This project is for educational purposes.