Welcome to the Flask Arithmetic Operations Web App! This project was developed as part of my training in full-stack web development using Flask and Python. It's a simple web application that performs arithmetic operations based on user input.
- Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- User Input Forms: Input numbers and select the operation through forms.
- Back-end Calculation: The arithmetic operations are performed on the server-side using Python and Flask.
- Error Handling: Handle invalid inputs and division by zero errors gracefully.
- HTML
- CSS
- Flask
- Python
To run this project locally, follow these steps:
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory.
- Install Flask if you haven't already:
pip install flask
. - Run the Flask application:
flask run
. - Open your web browser and go to
http://localhost:5000
to access the web application.
- Flask: Flask Documentation
This project is licensed under the MIT License.