https://github.com/udbhav227/calculator
This project was created to practice and demonstrate the use of HTML, CSS, and JavaScript.
https://github.com/udbhav227/calculator
aesthetic calculator mini-project
Last synced: 7 months ago
JSON representation
This project was created to practice and demonstrate the use of HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/udbhav227/calculator
- Owner: Udbhav227
- Created: 2024-07-19T14:40:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T10:14:04.000Z (about 1 year ago)
- Last Synced: 2025-01-21T16:33:33.885Z (9 months ago)
- Topics: aesthetic, calculator, mini-project
- Language: JavaScript
- Homepage: https://udbhav227.github.io/calculator/
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧮 Calculator
Welcome to the Calculator project! This project was created to practice and demonstrate the use of HTML, CSS, and JavaScript.
## 🌐 Website
You can view the live website here: [udbhav227.github.io/calculator](https://udbhav227.github.io/calculator)
## 📚 Project Description
This is a simple web-based calculator application. The project is designed to showcase the following:
- Use of HTML for structuring the content.
- Use of CSS for styling and layout.
- Use of JavaScript for dynamic behavior and interactivity.## 📝 Features
- **Basic Arithmetic Operations**: Supports addition, subtraction, multiplication, and division.
- **Dark Mode**: Toggle between dark mode and light mode.
- **Clear Button**: Resets the calculator display.
- **Keyboard Support**: Performs operation using keyboard.## 📸 Screenshots

## 🛠️ Technologies Used
- HTML5
- CSS3
- JavaScript (DOM manipulation and event listeners)## ⚙️ Skills Practiced
- **HTML**: Creating a structured layout for the application.
- **CSS**: Styling the calculator to make it visually appealing using flexbox.
- **JavaScript**: Adding interactivity to the application through DOM manipulation and event listeners.