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

 
 
 

Contributors