A clean, functional calculator built with React and Bootstrap.
(Add a screenshot here later if you want)
- Basic arithmetic operations (+, −, ×, /)
- Clear (C) and decimal point support
- Responsive design with Bootstrap
- Clean, modern UI with color-coded buttons
- Error handling for invalid calculations
- React 19
- Bootstrap 5
- Vite (build tool)
- TypeScript
# Clone the repository
git clone https://github.com/skwong-code/calculator.git
# Navigate to the project
cd calculator
# Install dependencies
npm install
# Start the development server
npm run dev