Skip to content

A responsive calculator using postfix evaluation with stack, built in Vanilla JS and styled with Tailwind CSS. Fast, clean, and keyboard-friendly.

Notifications You must be signed in to change notification settings

ShailavMalik/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 Postfix Calculator

A responsive and minimal calculator that evaluates expressions using postfix (Reverse Polish) notation with a stack-based algorithm. Built with Vanilla JavaScript and styled using Tailwind CSS.


🧪 Live Demo

Check out the live version here:
https://calculator.shailavmalik.me/


📸 Screenshots



🚀 Features

  • Postfix expression evaluation
  • Stack-based computation logic
  • Supports keyboard and click input
  • Responsive design using Tailwind CSS
  • Lightweight – no external libraries
  • High precision

About

A responsive calculator using postfix evaluation with stack, built in Vanilla JS and styled with Tailwind CSS. Fast, clean, and keyboard-friendly.

Topics

Resources

Stars

Watchers

Forks