This is a simple and interactive calculator website built using Streamlit. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The website features a clean and responsive design with a user-friendly interface.
- โ Basic Operations: Supports addition, subtraction, multiplication, and division.
- ๐งน Clear Function: Reset the input and output fields easily.
- ๐ฅ Responsive Design: Adapts to different screen sizes (mobile, tablet, and desktop).
- ๐จ Stylish UI: Simple and minimalistic styling with CSS animations.
- โก Real-Time Calculation: Provides instant results with JavaScript event handling.
- Streamlit: Structure and layout of the calculator.
- Python: The backend of how operations work.