๐งฎ Web-Based Calculator
A fully functional Web Calculator built using Python (backend) and HTML, CSS, JavaScript (frontend). Project simple, fast, clean UI ke saath bana hua hai โ perfect for learning web development + Python integration.
๐ Features
โ๏ธ Web-based calculator (browser mein run hota hai)
โ๏ธ Python backend for calculation logic
โ๏ธ HTML + CSS responsive UI
โ๏ธ JavaScript events for real-time input handling
โ๏ธ Supports Add, Subtract, Multiply, Divide
โ๏ธ Error handling & smooth UX
๐ ๏ธ Technologies Used
Python โ backend logic / processing
HTML5 โ calculator UI structure
CSS3 โ styling & responsive layout
JavaScript (ES6) โ button handling, API calls, UI interactions
๐ Project Structure /web-calculator โโโ static/ โ โโโ style.css โ โโโ script.js โโโ templates/ โ โโโ index.html โโโ app.py (main Python backend)
๐ง How to Run
Install required packages (if any):
pip install -r requirements.txt
Start the Python server:
python app.py
Open in browser:
๐ก Enhancements
Dark / Light mode
Scientific calculator mode
History panel
Animations & improved UI