A clean, minimal Apple-inspired calculator built with Next.js, TypeScript, Tailwind CSS, and shadcn/ui.
Focused on simplicity, smooth UI, and clean architecture.
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- 🧹 Clear (AC)
- ⌫ Backspace
- 🍎 Apple-style dark UI
- 📱 Fully responsive
- ⚡ Fast & lightweight
- Next.js (App Router)
- TypeScript
- Tailwind CSS
- shadcn/ui
- UI & Logic separated
- Calculator logic handled in
lib/math.ts - Reusable components for buttons & display
- Strong type safety using TypeScript
git clone https://github.com/jayantsingh07/apple-style-calculator.git