A simple calculator app built with React.
Supports basic arithmetic operations with a clean UI.
- Plan to change button colors and add a dark mode.
- Added custom README to explain the project.
- Addition, subtraction, multiplication, division
- Clear & backspace functionality
- Responsive design
- React
- JavaScript
- CSS
git clone https://github.com/YOURUSERNAME/calculator.git
npm install
npm start