Skip to content

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.

Jasvanth-Hub/Flask-Arthematic-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Flask Arithmetic Operations Web App

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • Flask
  • Python

How to Run

To run this project locally, follow these steps:

  1. Clone this repository to your local machine using git clone.
  2. Navigate to the project directory.
  3. Install Flask if you haven't already: pip install flask.
  4. Run the Flask application: flask run.
  5. Open your web browser and go to http://localhost:5000 to access the web application.

Credits

License

This project is licensed under the MIT License.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published