Skip to content

Pavishini/Simple-Calculator-using-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Simple Calculator — Powered by Flask & Sass

Hi there! 👋 Welcome to my Simple Calculator project — a clean, functional, and visually pleasing calculator app built using Python (Flask) for the backend and a touch of modern HTML/CSS for the frontend.

Screenshot (635)

💭 Why I Built This

I wanted to combine a little backend logic with a stylish frontend to create something familiar yet functional — like a calculator. It’s the kind of project that seems small at first, but teaches routing, form handling, template rendering, and a bit of frontend flair.


🛠️ What’s Inside?

  • 🔥 Flask backend to handle math operations
  • 💡 HTML form with number inputs and image-based operation buttons
  • 🎨 Neumorphic design inspired UI
  • 🧠 Smart error handling (like divide-by-zero)
  • 🌐 Fully responsive layout for clean usability

⚙️ How It Works

When a user enters two numbers and selects an operation (Add ➕, Subtract ➖, Multiply ✖, Divide ➗), the data is posted to the Flask app, which processes the request and returns the result — all without page reloads (thanks to Flask's rendering).


🚀 Run It Yourself

Ready to give it a spin? Follow these steps:

1. Clone this repository

git clone https://github.com/YOUR_USERNAME/Simple-Calculator-using-Flask.git
cd Simple-Calculator-using-Flask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published