This is a basic calculator application built with Flask and deployed on Heroku.
You can view the live application [here][(https://www.heraafarooq.com/projects/smart-calculator/)].
- Addition
- Subtraction
- Multiplication
- Division
- Modulus
- Exponential
To run this application locally, follow these steps:
git clone https://github.com/yourusername/basic-calculator.git
cd basic-calculator
pip install -r requirements.txt
python app.py
Usage
Open your browser and go to http://localhost:5000.