This project is a basic web application built using HTML and JavaScript.
It was created as part of a web development assignment to demonstrate basic frontend concepts.
The project includes three small tools:
- Simple Calculator
- Age Calculator
- Current Date and Time Display
• Perform basic arithmetic calculations
• Calculate age using birth year
• Display real-time date and time
• Simple and beginner-friendly interface
HTML
JavaScript
index.html
Main calculator page for performing arithmetic operations.
age.html
Age calculator that calculates age using the birth year.
time.html
Displays the current date and time using JavaScript.
- Download or clone the repository
- Open
index.htmlin your browser - Use the calculator or navigate to other tools
or open the given link below Link: https://sanskarcoder29.github.io/simple-calculator-web/
Sanskar Wanjari
Computer Engineering Student at VJTI
Passionate about technology and programming# simple-calculator-web
A simple web-based calculator project built using HTML and JavaScript. It includes a basic calculator, age calculator, and real-time date & time display. Created as a beginner web development assignment.