Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 916 Bytes

File metadata and controls

58 lines (35 loc) · 916 Bytes
SmartCalc Screenshot

SmartCalc 🔢

SmartCalc is a simple and responsive calculator web application built using React and TypeScript.
It provides basic arithmetic operations with a clean and user-friendly interface.


🚀 Features

  • Basic arithmetic operations (+, −, ×, ÷)
  • Backspace (⌫) functionality
  • Percentage (%) calculation
  • Keyboard input support
  • Responsive layout
  • Real-time calculation display

🛠 Tech Stack

  • React
  • TypeScript
  • Tailwind CSS
  • Vite

▶ Run Locally

Prerequisites

  • Node.js installed on your system

Installation & Setup

Install dependencies:

npm install

Start development server:

npm run dev

Open in browser:

http://localhost:3000


📄 License

This project is open-source and free to use for learning and educational purposes.