Skip to content

Files

Latest commit

Jun 13, 2025
7fcf7dd · Jun 13, 2025

History

History

06-basic-calculator

README.md

06 - Basic Calculator

A simple React calculator app that performs basic arithmetic operations: addition, subtraction, multiplication, and division. It includes input validation and reset functionality using useState.

🚀 Features

  • Add, subtract, multiply, and divide two numbers
  • Handles division by zero gracefully
  • Reset inputs and result with a single button
  • Responsive and user-friendly UI with centered layout

🧠 Tech Stack

  • React
  • JavaScript (ES6+)
  • React Hooks (useState)
  • Inline CSS styling

▶️ How to Run

npm install
npm start

🔗 Live Demo: https://basic-calculator-rosy.vercel.app/


This app is part of my React Projects Portfolio.