A simple, stylish calculator built with React.js. This project showcases a basic calculator with standard arithmetic operations and a clean, responsive design.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Clear button to reset the calculation
- Responsive design, works on all screen sizes
- Display panel for input and result
-
Clone the repository:
git clone https://github.com/432534/Sci-conffeti-calculator.git cd react-calculator
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the calculator in action.