https://github.com/krraviongit/calculator_project
https://github.com/krraviongit/calculator_project
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krraviongit/calculator_project
- Owner: krRaviongit
- Created: 2025-02-06T18:59:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:54:44.000Z (over 1 year ago)
- Last Synced: 2025-06-03T20:40:31.350Z (about 1 year ago)
- Language: HTML
- Homepage: https://calculator-project-lemon.vercel.app
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Project
## 📌 Overview
This is a simple calculator application that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It is built using HTML, CSS, and JavaScript and provides a user-friendly interface for calculations.
## 🛠️ Technologies Used
- HTML
- CSS
- JavaScript
## 🚀 Features
- Perform basic arithmetic operations (Addition, Subtraction, Multiplication, Division)
- User-friendly graphical interface
- Responsive design with interactive button effects
- Styled using CSS with gradients and shadows
- Hover effects for enhanced user experience
- Error handling for invalid inputs
## 📂 Project Structure
```
CalculatorProject/
│── index.html
│── style.css
│── function.js
│── README.md
```
## 🔧 Installation & Usage
### Steps to Run
1. Clone the repository:
```sh
git clone https://github.com/your-username/calculator.git
cd calculator
```
2. Open `index.html` in your web browser.
## 🖼️ Preview
You can check out the live demo here: [Calculator Project](https://calculator-project-lemon.vercel.app)
## 🎨 UI Design Details
- The calculator is centered on the screen with a modern design.
- Buttons have smooth hover effects and transitions.
- Uses a gradient background for an aesthetic look.
- Rounded buttons with shadow effects for a 3D feel.
## 🤝 Contributing
Feel free to fork this repository and submit pull requests if you'd like to contribute.
## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Made with ❤️ by Kumar Ravi