Hi there! ๐ Welcome to my Simple Calculator project โ a clean, functional, and visually pleasing calculator app built using Python (Flask) for the backend and a touch of modern HTML/CSS for the frontend.
I wanted to combine a little backend logic with a stylish frontend to create something familiar yet functional โ like a calculator. Itโs the kind of project that seems small at first, but teaches routing, form handling, template rendering, and a bit of frontend flair.
- ๐ฅ Flask backend to handle math operations
- ๐ก HTML form with number inputs and image-based operation buttons
- ๐จ Neumorphic design inspired UI
- ๐ง Smart error handling (like divide-by-zero)
- ๐ Fully responsive layout for clean usability
When a user enters two numbers and selects an operation (Add โ, Subtract โ, Multiply โ, Divide โ), the data is posted to the Flask app, which processes the request and returns the result โ all without page reloads (thanks to Flask's rendering).
Ready to give it a spin? Follow these steps:
git clone https://github.com/YOUR_USERNAME/Simple-Calculator-using-Flask.git
cd Simple-Calculator-using-Flask