Skip to content

This is a basic web application built with Flask that serves as a simple calculator. It allows users to perform basic arithmetic operations

License

Notifications You must be signed in to change notification settings

shreyamalogi/Simple-Calculator-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

simple calculator

Simple Calculator web app

Author: Shreya Malogi

This is a basic web application built with Flask that serves as a simple calculator. It allows users to perform basic arithmetic operations like addition, subtraction, multiplication, and division.

Why This Project?

Are you looking for a quick and easy way to perform basic calculations without installing a separate calculator app on your device? This project provides a straightforward web-based calculator that can handle basic arithmetic operations. It's useful for anyone who needs to perform quick calculations.

Tech Stack

Python Flask HTML/CSS JavaScript Jinja2

How to Use

  1. Clone the repository to your local machine.
  2. Install Flask if you haven't already by running pip install Flask in your terminal.
  3. Run the application by executing python app.py in your terminal.
  4. Open your web browser and navigate to http://localhost:5000.
  5. Use the calculator to perform addition, subtraction, multiplication, and division operations.

Features

  • Simple and user-friendly calculator interface.
  • Performs basic arithmetic operations (addition, subtraction, multiplication, division).
  • Handles division by zero gracefully.

Usage

  1. Enter the first number in the "Number 1" field.
  2. Enter the second number in the "Number 2" field.
  3. Select the operation you want to perform from the dropdown menu.
  4. Click the "Calculate" button.
  5. The result will be displayed below the calculator.

License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License

Copyright (c) 2023 Shreya Malogi

Contribute

Found a bug or have a feature request? Open an issue or fork the project and submit a pull request. Your contributions are always welcome!

If you find this project useful, please consider giving it a star on GitHub to show your support. Thank you!

About

This is a basic web application built with Flask that serves as a simple calculator. It allows users to perform basic arithmetic operations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published