Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ 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:

http://localhost:5000

๐Ÿ’ก Enhancements

Dark / Light mode

Scientific calculator mode

History panel

Animations & improved UI

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors